Update Logo.razor (#483)

This commit is contained in:
Leendert de Borst
2024-12-19 15:03:48 +01:00
parent 16cf528b7f
commit 8cb99c997d

View File

@@ -3,7 +3,7 @@
<img src="img/logo.svg" alt="AliasVault" class="w-20 h-20 mr-2" />
<span class="relative inline-flex flex-wrap items-center">
AliasVault
<span class="ml-2 bg-primary-500 text-white text-xs px-2 py-0.5 rounded-full font-normal sm:absolute sm:-top-2 sm:ml-1">BETA</span>
<span class="ml-2 bg-primary-500 text-white text-xs px-2 py-0.5 rounded-full font-normal sm:-top-2 sm:ml-1">BETA</span>
</span>
</div>
</a>