fix: add missing discernible names
This commit is contained in:
parent
41ff39b4b9
commit
746b48406b
|
|
@ -7,7 +7,7 @@ import Logo from './Logo.astro'
|
||||||
<header class="container">
|
<header class="container">
|
||||||
<nav id="navigation">
|
<nav id="navigation">
|
||||||
<ul>
|
<ul>
|
||||||
<HeaderLink href="/">
|
<HeaderLink href="/" title="Home">
|
||||||
<Logo />
|
<Logo />
|
||||||
</HeaderLink>
|
</HeaderLink>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
||||||
|
|
@ -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">
|
<svg width="30px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||||
<path
|
<path
|
||||||
class="sun"
|
class="sun"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue