minor adjustments
Next.js App CI / docker (push) Successful in 4m33s

This commit is contained in:
2026-03-15 17:05:47 +01:00
parent 6e848c21a5
commit eb842c3adb
+2 -2
View File
@@ -26,7 +26,7 @@ export default function ConnectPage() {
// "Gitea", // "Gitea",
]; ];
const socialLinks = Object.entries(DATA.contact.social).filter(([name]) => const socialLinks = Object.entries(DATA.contact.social).filter(([name]) =>
featuredSocials.includes(name) featuredSocials.includes(name),
); );
return ( return (
@@ -35,7 +35,7 @@ export default function ConnectPage() {
<BlurFade delay={BLUR_FADE_DELAY * 1}> <BlurFade delay={BLUR_FADE_DELAY * 1}>
<Image <Image
src="/images/newshot_2.jpg" src="/images/newshot_2.jpg"
alt="Dr. Steffen Illium's headshot" alt="Headshot Image"
width={128} width={128}
height={128} height={128}
className="rounded-full border shadow-sm" className="rounded-full border shadow-sm"