handle images better

This commit is contained in:
2024-08-25 00:32:12 +02:00
parent 056d06a1e3
commit a965cda85f
3 changed files with 21 additions and 3 deletions
+1 -1
View File
@@ -16,6 +16,6 @@ const { current = '' } = Astro.props;
</style>
<header>
<Logo />
<Logo width="50" height="50" />
<Nav current={current} />
</header>