mirror of
https://github.com/Steffo99/steffoweb.git
synced 2024-11-24 00:54:31 +00:00
Use newlines consistently for LinkPanels
This commit is contained in:
parent
d1c40af502
commit
d0495664d6
1 changed files with 18 additions and 3 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue