Skip to content

Commit 43db213

Browse files
committed
comment socials to avoid TS warning during build
1 parent b473d65 commit 43db213

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/pages/about/contact.astro

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ const imperialEmail = "m.khanum@imperial.ac.uk";
1111
const turingEmail = "kdecesare@turing.ac.uk";
1212
1313
// Social links definition (kept for when they are ready)
14+
// Commented out to avoid TypeScript warning as these aren't used yet
15+
/*
1416
const socialLinks = [
1517
{ name: "LinkedIn", url: "#", icon: "mdi:linkedin" },
1618
{
@@ -19,6 +21,7 @@ const socialLinks = [
1921
icon: "mdi:github",
2022
},
2123
];
24+
*/
2225
2326
const keyContacts = [
2427
{

0 commit comments

Comments
 (0)