feat: add gravatar profile picture integration

This commit is contained in:
Elias Schneider
2024-10-02 10:02:28 +02:00
parent d02d8931a0
commit 365734ec5d
3 changed files with 22 additions and 2 deletions

View File

@@ -12,7 +12,11 @@
</script>
<div class=" w-full {isAuthPage ? 'absolute top-0 z-10 mt-4' : 'border-b'}">
<div class="mx-auto flex w-full max-w-[1640px] items-center justify-between px-4 md:px-10">
<div
class="{!isAuthPage
? 'max-w-[1640px]'
: ''} mx-auto flex w-full items-center justify-between px-4 md:px-10"
>
<div class="flex h-16 items-center">
{#if !isAuthPage}
<Logo class="mr-3 h-10 w-10" />