mirror of
https://github.com/Steffo99/steffoweb.git
synced 2024-11-21 15:44:31 +00:00
Add missing dash in Pi-Hole
This commit is contained in:
parent
a2b75966ea
commit
9dd7378c01
1 changed files with 1 additions and 1 deletions
|
@ -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!
|
||||
|
|
Loading…
Reference in a new issue