fix: add missing discernible names

This commit is contained in:
Nicola Zambello 2023-06-01 15:48:21 +02:00
parent 41ff39b4b9
commit 746b48406b
Signed by: nzambello
GPG key ID: 56E4A92C2C1E50BA
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ import Logo from './Logo.astro'
<header class="container">
<nav id="navigation">
<ul>
<HeaderLink href="/">
<HeaderLink href="/" title="Home">
<Logo />
</HeaderLink>
</ul>

View file

@ -1,7 +1,7 @@
---
---
<button id="themeToggle">
<button id="themeToggle" title="Toggle theme">
<svg width="30px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path
class="sun"