1
Fork 0
mirror of https://github.com/Steffo99/steffoweb.git synced 2024-11-21 15:44:31 +00:00

Fix the "And more" friend panel

This commit is contained in:
Steffo 2022-10-20 15:25:34 +00:00 committed by GitHub
parent c91e66dffe
commit 071a4f5bd8
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -203,7 +203,7 @@ const Index: NextPage = () => {
<LinkPanel icon={faGlobe} text={"SnowyCoder"} href={"https://rossilorenzo.dev/"}/>
<LinkPanel icon={faGlobe} text={"Nemesis"} href={"https://www.fermitech.info/"}/>
<div className={"panel fade"}>
<span><FontAwesomeIcon icon={faPlus}/> And more yet to add!</span>
<span><FontAwesomeIcon icon={faPlus}/> And more!</span>
</div>
</div>
</section>