mirror of
https://github.com/Steffo99/steffoweb.git
synced 2024-11-22 08:04:31 +00:00
Sort friends panel in alphanumeric order
This commit is contained in:
parent
15154b0632
commit
ebd12c0c06
1 changed files with 2 additions and 2 deletions
|
@ -197,11 +197,11 @@ const Index: NextPage = () => {
|
||||||
Friends
|
Friends
|
||||||
</h3>
|
</h3>
|
||||||
<p>
|
<p>
|
||||||
You can check out my friends' websites here:
|
You can check out my friends' websites here (in alphanumeric order):
|
||||||
</p>
|
</p>
|
||||||
<div className={"chapter-3"}>
|
<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={"Nemesis"} href={"https://www.fermitech.info/"}/>
|
||||||
|
<LinkPanel icon={faGlobe} text={"SnowyCoder"} href={"https://rossilorenzo.dev/"}/>
|
||||||
<div className={"panel fade"}>
|
<div className={"panel fade"}>
|
||||||
<span><FontAwesomeIcon icon={faPlus}/> And more!</span>
|
<span><FontAwesomeIcon icon={faPlus}/> And more!</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue