mirror of
https://github.com/Steffo99/steffoweb.git
synced 2024-11-21 15:44:31 +00:00
Add note at the bottom of the friends panel
This commit is contained in:
parent
071a4f5bd8
commit
15154b0632
1 changed files with 3 additions and 0 deletions
|
@ -206,6 +206,9 @@ const Index: NextPage = () => {
|
|||
<span><FontAwesomeIcon icon={faPlus}/> And more!</span>
|
||||
</div>
|
||||
</div>
|
||||
<small style={{fontSize: "x-small"}} className={"float-bottom"}>
|
||||
Hey friends, please make a small personal website, so I can add you here! <span aria-hidden>:D</span>
|
||||
</small>
|
||||
</section>
|
||||
</div>
|
||||
</>
|
||||
|
|
Loading…
Reference in a new issue