Skip to content

Commit

Permalink
fix: 인스타그램 로고 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
dewbeeny committed Feb 13, 2025
1 parent 9f6022b commit a7de6ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Main/BottomInfo/BottomInfo.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { useState } from 'react';
import * as S from './BottomInfo.styles';
import GitHubIcon from '../../../assets/githubLogo2.png';
import InstagramIcon from '../../../assets/instagramLogo2.png';
import InstagramIcon from '../../../assets/InstagramLogo2.png';
import LinktreeIcon from '../../../assets/LinktreeLogo.png';
import DGUIcon from "../../../assets/DGULogo.png"

Expand Down

0 comments on commit a7de6ea

Please sign in to comment.