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

Sort friends panel in alphanumeric order

This commit is contained in:
Steffo 2022-10-20 15:27:57 +00:00 committed by GitHub
parent 15154b0632
commit ebd12c0c06
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -197,11 +197,11 @@ const Index: NextPage = () => {
Friends
</h3>
<p>
You can check out my friends' websites here:
You can check out my friends' websites here (in alphanumeric order):
</p>
<div className={"chapter-3"}>
<LinkPanel icon={faGlobe} text={"SnowyCoder"} href={"https://rossilorenzo.dev/"}/>
<LinkPanel icon={faGlobe} text={"Nemesis"} href={"https://www.fermitech.info/"}/>
<LinkPanel icon={faGlobe} text={"SnowyCoder"} href={"https://rossilorenzo.dev/"}/>
<div className={"panel fade"}>
<span><FontAwesomeIcon icon={faPlus}/> And more!</span>
</div>