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