mirror of
https://github.com/Steffo99/steffoweb.git
synced 2024-11-24 00:54:31 +00:00
Update links to friends' pages
This commit is contained in:
parent
53b378cd23
commit
9164f67b69
1 changed files with 7 additions and 7 deletions
12
app/page.tsx
12
app/page.tsx
|
@ -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"}>
|
||||||
|
|
Loading…
Reference in a new issue