chore: fix landing logo shadow

This commit is contained in:
Pasha Sviderski
2025-11-24 09:40:36 +10:00
parent 3c33973269
commit e87207eae3
+1 -1
View File
@@ -53,7 +53,7 @@
<!-- Site branding -->
<div class="shrink-0 mr-4">
<a class="flex items-center" href="/">
<img class="w-8 h-8 rounded shadow-sm shadow-zinc-950/20" src="./images/logo.svg" alt="Logo"
<img class="w-8 h-8 rounded-lg shadow-sm shadow-zinc-950/20" src="./images/logo.svg" alt="Logo"
width="32" height="32">
<span class="ml-2 font-semibold text-lg text-zinc-900">uncloud</span>
</a>