Remove extra space after nbsp

This commit is contained in:
Maciej Pędzich 2023-08-31 16:18:55 +02:00
parent 92a024956c
commit 552b5c110a

View File

@ -3,8 +3,7 @@ const today = new Date();
---
<footer>
&copy; {today.getFullYear()}
&nbsp; <span lang="pl">Maciej Pędzich</span>
&copy; {today.getFullYear()}&nbsp;<span lang="pl">Maciej Pędzich</span>
</footer>
<style>