mirror of
https://github.com/Steffo99/steffoweb.git
synced 2024-11-23 16:44:29 +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
14
app/page.tsx
14
app/page.tsx
|
@ -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>
|
||||
</>
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue