Skip to content

Commit 42c4cf5

Browse files
committed
fixup! feat: add proper social links
1 parent 130604e commit 42c4cf5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/app/[locale]/_partials/footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const Footer = () => {
1414

1515
const socialLinks: Record<string, { href: string; icon: React.ReactNode }> = {
1616
bluesky: {
17-
href: 'https://bsky.app/profile/dataforgood.fr',
17+
href: 'https://bsky.app/profile/dataforgoodfr.bsky.social',
1818
icon: <FaBluesky />,
1919
},
2020
linkedin: {

0 commit comments

Comments
 (0)