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

Use newlines consistently for LinkPanels

This commit is contained in:
Steffo 2023-12-19 04:11:17 +01:00
parent d1c40af502
commit d0495664d6
Signed by: steffo
GPG key ID: 2A24051445686895

View file

@ -168,7 +168,12 @@ const Index: NextPage = () => {
I'm currently mostly active on the Fediverse, in particular on: I'm currently mostly active on the Fediverse, in particular on:
</p> </p>
<div className={"group-lp"}> <div className={"group-lp"}>
<LinkPanel href={"https://uno.starshard.studio/@steffo"} icon={faCircleNodes} text={"Star Shard Uno"} description={"@steffo@uno.starshard.studio"}/> <LinkPanel
href={"https://uno.starshard.studio/@steffo"}
icon={faCircleNodes}
text={"Star Shard Uno"}
description={"@steffo@uno.starshard.studio"}
/>
</div> </div>
<hr/> <hr/>
<p> <p>
@ -317,14 +322,24 @@ const Index: NextPage = () => {
For your safety and better browser performance, you should install: For your safety and better browser performance, you should install:
</p> </p>
<div className={"group-lp"}> <div className={"group-lp"}>
<LinkPanel icon={faShieldAlt} text={"uBlock Origin"} href={"https://ublockorigin.com"} description={"Free, open-source ad content blocker"}/> <LinkPanel
icon={faShieldAlt}
text={"uBlock Origin"}
href={"https://ublockorigin.com"}
description={"Free, open-source ad content blocker"}
/>
</div> </div>
<hr/> <hr/>
<p> <p>
Additionally, if you are technically inclined, consider setting up this on your network: Additionally, if you are technically inclined, consider setting up this on your network:
</p> </p>
<div className={"group-lp"}> <div className={"group-lp"}>
<LinkPanel icon={faShield} text={"Pi-Hole"} href={"https://pi-hole.net"} description={"Network-wide ad blocking"}/> <LinkPanel
icon={faShield}
text={"Pi-Hole"}
href={"https://pi-hole.net"}
description={"Network-wide ad blocking"}
/>
</div> </div>
<hr/> <hr/>
<p> <p>