Skip to content

Commit

Permalink
feat: 배너 이미지에 인스타그램 링크 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
xodms0309 committed Sep 15, 2023
1 parent 727c50c commit 08f319c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/src/pages/HomePage.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Heading, Link, Spacing } from '@fun-eat/design-system';
import { useQueryErrorResetBoundary } from '@tanstack/react-query';
import { Suspense } from 'react';
import { Link as RouterLink } from 'react-router-dom';
import styled from 'styled-components';

import { Loading, ErrorBoundary, ErrorComponent, CategoryList } from '@/components/Common';
Expand All @@ -21,8 +20,7 @@ const HomePage = () => {
return (
<>
<section>
{/* TODO: 추후 이벤트 페이지로 이동 */}
<Link as={RouterLink} to={''}>
<Link href={'https://www.instagram.com/p/CxNKXhfyZdw/?igshid=MzRlODBiNWFlZA=='} isExternal>
<Banner src={`${IMAGE_URL}banner.png`} width={600} alt="이벤트 배너" />
</Link>
</section>
Expand Down

0 comments on commit 08f319c

Please sign in to comment.