@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user