Skip to content

Commit

Permalink
chore(client): 유저 인터뷰 배너 클릭시 유저 인터뷰 폼 링크로 리다이렉트
Browse files Browse the repository at this point in the history
  • Loading branch information
SEOKKAMONI committed Apr 30, 2024
1 parent e047e77 commit b27bd7f
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
import styled from '@emotion/styled';
import { Stack, Text } from '@sickgyun/ui';
import Logo from '../../Logo';
import { useToast } from '@/libs/toast';

const UserInterviewBanner = () => {
const { toast } = useToast();

const handleGoUserInterviewForm = () => {
toast.info('5월 1일에 열려요!');
window.open('https://walla.my/sickgyun-first-userinterview');
};

return (
Expand Down

0 comments on commit b27bd7f

Please sign in to comment.