File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- import imgSNS01 from "@/assets/ic_sns01.svg" ;
2- import imgSNS02 from "@/assets/ic_sns02.svg" ;
3- import imgSNS03 from "@/assets/ic_sns03.svg" ;
4- import imgSNS04 from "@/assets/ic_sns04.svg" ;
1+ import { snsImages } from "@/components/layout/snsData" ;
52
63export default function SnsList ( ) {
7- const snsImages = [
8- {
9- href : "https://www.facebook.com/" ,
10- svg : imgSNS01 ,
11- alt : "facebook" ,
12- } ,
13- {
14- href : "https://x.com/" ,
15- svg : imgSNS02 ,
16- alt : "X" ,
17- } ,
18- {
19- href : "https://www.youtube.com/" ,
20- svg : imgSNS03 ,
21- alt : "youtube" ,
22- } ,
23- {
24- href : "https://www.instagram.com/" ,
25- svg : imgSNS04 ,
26- alt : "instagram" ,
27- } ,
28- ] ;
294 return (
305 < >
316 < ol className = "sns_wrapper" >
Original file line number Diff line number Diff line change 1+ import imgSNS01 from "@/assets/ic_sns01.svg" ;
2+ import imgSNS02 from "@/assets/ic_sns02.svg" ;
3+ import imgSNS03 from "@/assets/ic_sns03.svg" ;
4+ import imgSNS04 from "@/assets/ic_sns04.svg" ;
5+
6+ export const snsImages = [
7+ {
8+ href : "https://www.facebook.com/" ,
9+ svg : imgSNS01 ,
10+ alt : "facebook" ,
11+ } ,
12+ {
13+ href : "https://x.com/" ,
14+ svg : imgSNS02 ,
15+ alt : "X" ,
16+ } ,
17+ {
18+ href : "https://www.youtube.com/" ,
19+ svg : imgSNS03 ,
20+ alt : "youtube" ,
21+ } ,
22+ {
23+ href : "https://www.instagram.com/" ,
24+ svg : imgSNS04 ,
25+ alt : "instagram" ,
26+ } ,
27+ ] ;
You can’t perform that action at this time.
0 commit comments