My amazing website
0

Configure Feed

Select the types of activity you want to include in your feed.

chore: update social links

isabel (Mar 16, 2026, 7:40 PM UTC) a291abd7 f88d50de

+16 -6
+16 -6
src/components/SocialLinks.astro
··· 29 29 label: "bluesky", 30 30 icon: "fa7-brands:bluesky", 31 31 }, 32 + { 33 + href: "https://x.com/isabelrosesss", 34 + label: "X", 35 + icon: "fa7-brands:x-twitter", 36 + }, 37 + // { 38 + // href: "https://www.linkedin.com/in/isabel-r-729a74273/", 39 + // label: "LinkedIn", 40 + // icon: "fa7-brands:linkedin", 41 + // }, 32 42 // { href: "/api/discord", label: "Discord", icon: "fa7-brands:discord" }, 33 43 { 34 44 href: "mailto:isabel@isabelroses.com", 35 45 label: "email", 36 46 icon: "fa7-solid:envelope", 37 47 }, 38 - { 39 - href: "https://www.twitch.tv/isabelrosess", 40 - label: "Twitch", 41 - icon: "fa7-brands:twitch", 42 - }, 43 - { href: "https://ko-fi.com/isabelroses", label: "Ko-fi", svg: "kofi" }, 48 + // { 49 + // href: "https://www.twitch.tv/isabelrosess", 50 + // label: "Twitch", 51 + // icon: "fa7-brands:twitch", 52 + // }, 53 + // { href: "https://ko-fi.com/isabelroses", label: "Ko-fi", svg: "kofi" }, 44 54 ]; 45 55 46 56 const { links = defaultLinks } = Astro.props;