Skip to content

Commit

Permalink
Merge pull request #72 from KUSITMS-29th-TEAM-D/fix/banner
Browse files Browse the repository at this point in the history
[FIX] 배너 링크 수정
  • Loading branch information
AAminha authored May 23, 2024
2 parents 2e5643b + fb98953 commit f5586b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ExperienceRecommendPage/AdevertieseCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { AdvertiseCarousel } from '@/components/ExperienceRecommendPage/Advertis
const AdvertiseCard = () => {
return (
<AdvertiseCarousel>
<StyledLink to="/">
<StyledLink to="https://selpiece.framer.ai">
<CardMedia>
<video src={Video1} autoPlay muted loop playsInline />
</CardMedia>
Expand All @@ -19,7 +19,7 @@ const AdvertiseCard = () => {
<img src={Card2} alt="Card 2" />
</CardMedia>
</StyledLink>
<StyledLink to="/">
<StyledLink to="https://selpiece.vercel.app/program/branding/12">
<CardMedia>
<img src={Card3} alt="Card 3" />
</CardMedia>
Expand Down

0 comments on commit f5586b9

Please sign in to comment.