1
Fork 0
mirror of https://github.com/Steffo99/steffoweb.git synced 2024-10-16 07:17:28 +00:00

Update links to friends' pages

This commit is contained in:
Steffo 2024-09-02 12:06:03 +02:00 committed by GitHub
parent 53b378cd23
commit 9164f67b69
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -266,23 +266,23 @@ export default function RootPage() {
/>
<LinkPanel
icon={faGlobe}
text={"Ichicoro"}
href={"https://marte.dev/"}
description={"marte.dev"}
text={"Zelda"}
href={"https://zelda.sh/"}
description={"zelda.sh"}
/>
</div>
<div className={"group-lp"}>
<LinkPanel
icon={faGlobe}
text={"Malbyx"}
href={"https://malbyx.eu/it"}
href={"https://about.malbyx.eu/it"}
description={"malbyx.eu"}
/>
<LinkPanel
icon={faGlobe}
text={"Nemesis"}
href={"https://www.fermitech.info/"}
description={"fermitech.info"}
href={"https://www.fermitech.dev/"}
description={"fermitech.dev"}
/>
</div>
<div className={"group-lp"}>
@ -358,4 +358,4 @@ export default function RootPage() {
</section>
</div>
</>
}
}