File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import instagram from "./socials/instagram.svg";
2
2
import twitter from "./socials/twitter.svg" ;
3
3
import linkedin from "./socials/linkedin.svg" ;
4
4
import github from "./socials/github.svg" ;
5
+ import bluesky from "./socials/bluesky.svg" ;
5
6
import netherlandsIcon from "./netherlandsIcon.svg" ;
6
7
import franceIcon from "./franceIcon.svg" ;
7
8
import sdvIcon from "./cpu-setting.svg" ;
@@ -110,6 +111,7 @@ export {
110
111
twitter ,
111
112
linkedin ,
112
113
github ,
114
+ bluesky ,
113
115
netherlandsIcon ,
114
116
franceIcon ,
115
117
sdvIcon ,
Original file line number Diff line number Diff line change 3
3
linkedin ,
4
4
twitter ,
5
5
instagram ,
6
+ bluesky ,
6
7
rotterdamOffice ,
7
8
parisOffice ,
8
9
visionIllustration ,
@@ -142,6 +143,15 @@ export const socialLinks = [
142
143
blank : true ,
143
144
alt : "Twitter logo" ,
144
145
icon : twitter ,
146
+ } ,
147
+ {
148
+ title : "Bluesky" ,
149
+ url : "https://bsky.app/profile/lunatech.com" ,
150
+ mouseEnterTitle : "Bluesky" ,
151
+ mouseEnterDesc : "navigation.dynamicText.bluesky" ,
152
+ blank : true ,
153
+ alt : "Bluesky logo" ,
154
+ icon : bluesky ,
145
155
}
146
156
]
147
157
You can’t perform that action at this time.
0 commit comments