Skip to content

Commit

Permalink
Add instagram + Update gdrive links
Browse files Browse the repository at this point in the history
  • Loading branch information
briangtn committed Mar 10, 2024
1 parent aed3d87 commit c868f77
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/layout/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ export const Footer: React.FC = () => {
login: "GDG-Nantes/Devfest2024",
type: "github",
},
{
login: "gdgnantes",
type: "instagram"
}
];

const aboutLinks: FooterLink[] = [
Expand All @@ -69,11 +73,11 @@ export const Footer: React.FC = () => {
const partnersLinks: FooterLink[] = [
{
label: t("partnership-kit"),
url: "https://drive.google.com/drive/folders/1QaFtbSN9e1N6K5fMELPEcNRr_t62a4iy",
url: "https://drive.google.com/drive/folders/1LhZM7gD_vicGYp8VD61P1DeGQDE8tQIS",
},
{
label: t("media-kit"),
url: "https://drive.google.com/drive/folders/1mYwz-AhNj0FbZIBvJOBOghx3Pk9phFmV",
url: "https://drive.google.com/drive/folders/1vQbLf3dHeR7ifk_BUEbopSDFCbVx0Zi6",
},
];

Expand Down

0 comments on commit c868f77

Please sign in to comment.