Skip to content

Commit

Permalink
chore: format code
Browse files Browse the repository at this point in the history
tomas-sucena committed Dec 5, 2024
1 parent 21caa45 commit b993c57
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib/components/forms/picture-input.svelte
Original file line number Diff line number Diff line change
@@ -19,7 +19,9 @@
</script>

<div id="app" class="flex flex-col items-center justify-center">
<div class="relative flex h-[200px] w-[200px] items-center justify-center rounded-md bg-muted-red-400 text-center">
<div
class="relative flex h-[200px] w-[200px] items-center justify-center rounded-md bg-muted-red-400 text-center"
>
{#if avatar}
<img class="h-[200px] w-[200px] object-cover" src={avatar} alt="Avatar" />
{:else}

0 comments on commit b993c57

Please sign in to comment.