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

Add missing dash in Pi-Hole

This commit is contained in:
Steffo 2023-02-28 13:32:50 +01:00
parent a2b75966ea
commit 9dd7378c01
Signed by: steffo
GPG key ID: 2A24051445686895

View file

@ -136,7 +136,7 @@ const Index: NextPage = () => {
Additionally, if you are technically-inclined, consider setting up this on your network:
</p>
<div className={"chapter-1"}>
<LinkPanel icon={faShieldAlt} text={"PiHole"} href={"https://pi-hole.net"}/>
<LinkPanel icon={faShieldAlt} text={"Pi-Hole"} href={"https://pi-hole.net"}/>
</div>
<small style={{fontSize: "x-small"}} className={"float-bottom"}>
I am not affiliated with the developers of this software, but I heavily recommend them to everyone!