Skip to content

Commit 4ad30e0

Browse files
geoffroybouetpepite
authored andcommitted
Add_bluesky_social (#276)
1 parent 615dbef commit 4ad30e0

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

src/assets/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import instagram from "./socials/instagram.svg";
22
import twitter from "./socials/twitter.svg";
33
import linkedin from "./socials/linkedin.svg";
44
import github from "./socials/github.svg";
5+
import bluesky from "./socials/bluesky.svg";
56
import netherlandsIcon from "./netherlandsIcon.svg";
67
import franceIcon from "./franceIcon.svg";
78
import sdvIcon from "./cpu-setting.svg";
@@ -110,6 +111,7 @@ export {
110111
twitter,
111112
linkedin,
112113
github,
114+
bluesky,
113115
netherlandsIcon,
114116
franceIcon,
115117
sdvIcon,

src/assets/socials/bluesky.svg

Lines changed: 3 additions & 0 deletions
Loading

src/constants/index.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import {
33
linkedin,
44
twitter,
55
instagram,
6+
bluesky,
67
rotterdamOffice,
78
parisOffice,
89
visionIllustration,
@@ -142,6 +143,15 @@ export const socialLinks = [
142143
blank: true,
143144
alt: "Twitter logo",
144145
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,
145155
}
146156
]
147157

0 commit comments

Comments
 (0)