Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/(shared)/components/DesktopFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const socialLinks = [
{
src: '/youtube.svg',
alt: '유튜브 바로가기',
href: 'https://www.youtube.com/',
href: 'https://youtu.be/TuABjUV7xGg?si=FRz1jsvUGRyR16Zp',
},
{
src: '/figma.svg',
Expand Down
2 changes: 1 addition & 1 deletion app/(shared)/components/MobileFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const SOCIAL_LINKS = [
{
src: '/youtube.svg',
alt: '유튜브 바로가기',
href: 'https://www.youtube.com/',
href: 'https://youtu.be/TuABjUV7xGg?si=FRz1jsvUGRyR16Zp',
},
{
src: '/figma.svg',
Expand Down