1
Fork 0
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:
Steffo 2022-10-20 15:27:22 +00:00 committed by GitHub
parent 071a4f5bd8
commit 15154b0632
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>
</>