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:
parent
15154b0632
commit
ebd12c0c06
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue