Skip to content

Commit

Permalink
[Chore] 서류 합격 페이지에 들어갈 구글폼 링크 env 처리 (#316)
Browse files Browse the repository at this point in the history
* chore: 합격 시 보여줄 구글폼 링크 Env 처리
  • Loading branch information
eonseok-jeon authored Jul 30, 2024
1 parent 059195a commit 52985d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/ResultPage/components/ScreeningResult.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const Content = ({ pass }: { pass?: boolean }) => {
`}
</span>
<a className={link} href="https://sopt.org" target="_blank" rel="noreferrer noopener">
https://sopt.org
{import.meta.env.VITE_PASS_LINK}
</a>
<br />
<span>
Expand Down

0 comments on commit 52985d6

Please sign in to comment.