Skip to content

Commit

Permalink
fix : 헤더 신청하기 버튼 cbt 버전으로 수정 요청 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeonseo-Jo committed May 20, 2024
1 parent 8833891 commit 9d19a36
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Onboarding/components/layout/OnboardingHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import webpLogo from '@assets/images/webpLogo.webp';
import styled from '@emotion/styled';
import { Link, NavLink } from 'react-router-dom';

import { APPLY_CBT_TALLY_LINK } from '../../constants/APPLY_LINK';
import { NAV_ITEMS } from '../../constants/NAV_ITEMS';

const OnboardingHeader = () => {
Expand All @@ -22,8 +23,8 @@ const OnboardingHeader = () => {
</li>
))}
<li>
<StCTALink to="https://tally.so/r/n0Ol0N" target="_blank" className="tally-link-button">
서비스 신청하기
<StCTALink to={APPLY_CBT_TALLY_LINK} target="_blank" className="tally-link-button">
베타테스트 신청
</StCTALink>
</li>
</StNavItem>
Expand Down

0 comments on commit 9d19a36

Please sign in to comment.