mirror of
https://github.com/prdlk/website.git
synced 2026-08-02 17:31:41 +00:00
fix(site.config): update social links and email address
This commit is contained in:
+6
-2
@@ -28,7 +28,11 @@ export const socialLinks: {
|
|||||||
isWebmention?: boolean;
|
isWebmention?: boolean;
|
||||||
}[] = [
|
}[] = [
|
||||||
{ friendlyName: "GitHub", link: "https://github.com/prdlk", name: "simple-icons:github" },
|
{ friendlyName: "GitHub", link: "https://github.com/prdlk", name: "simple-icons:github" },
|
||||||
{ friendlyName: "LinkedIn", link: "https://linkedin.com/in/pradn", name: "simple-icons:linkedin" },
|
{
|
||||||
|
friendlyName: "LinkedIn",
|
||||||
|
link: "https://linkedin.com/in/pradn",
|
||||||
|
name: "simple-icons:linkedin",
|
||||||
|
},
|
||||||
{ friendlyName: "X", link: "https://x.com/basedprad", name: "simple-icons:x" },
|
{ friendlyName: "X", link: "https://x.com/basedprad", name: "simple-icons:x" },
|
||||||
{ friendlyName: "Medium", link: "https://medium.com/@prnk28", name: "simple-icons:medium" },
|
{ friendlyName: "Medium", link: "https://medium.com/@prnk28", name: "simple-icons:medium" },
|
||||||
{
|
{
|
||||||
@@ -37,7 +41,7 @@ export const socialLinks: {
|
|||||||
name: "simple-icons:discord",
|
name: "simple-icons:discord",
|
||||||
},
|
},
|
||||||
{ friendlyName: "Telegram", link: "https://t.me/prdnk", name: "simple-icons:telegram" },
|
{ friendlyName: "Telegram", link: "https://t.me/prdnk", name: "simple-icons:telegram" },
|
||||||
{ friendlyName: "Email", link: "mailto:prnk28@gmail.com", name: "lucide:mail" },
|
{ friendlyName: "Email", link: "mailto:i@prad.nu", name: "lucide:mail" },
|
||||||
];
|
];
|
||||||
|
|
||||||
// Used to generate links in both the Header & Footer.
|
// Used to generate links in both the Header & Footer.
|
||||||
|
|||||||
Reference in New Issue
Block a user