feat: Browser detection in css

This commit is contained in:
Aleksi Lassila
2024-04-05 15:39:49 +03:00
parent 26e6d8ffd8
commit 2a319148df
4 changed files with 11 additions and 2 deletions

View File

@@ -14,4 +14,5 @@
<Container class="pl-24">
<Container on:click={handleLogout} class="hover:bg-red-500">Log Out</Container>
{window.navigator.userAgent}
</Container>