@@ -26,7 +26,7 @@ export default function ConnectPage() {
|
||||
// "Gitea",
|
||||
];
|
||||
const socialLinks = Object.entries(DATA.contact.social).filter(([name]) =>
|
||||
featuredSocials.includes(name)
|
||||
featuredSocials.includes(name),
|
||||
);
|
||||
|
||||
return (
|
||||
@@ -35,7 +35,7 @@ export default function ConnectPage() {
|
||||
<BlurFade delay={BLUR_FADE_DELAY * 1}>
|
||||
<Image
|
||||
src="/images/newshot_2.jpg"
|
||||
alt="Dr. Steffen Illium's headshot"
|
||||
alt="Headshot Image"
|
||||
width={128}
|
||||
height={128}
|
||||
className="rounded-full border shadow-sm"
|
||||
|
||||
Reference in New Issue
Block a user