Add non-breaking space between name and year

This commit is contained in:
Maciej Pędzich 2023-08-31 15:54:52 +02:00
parent 387479e05d
commit ce0a0f180d

View File

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