Skip to content

Commit

Permalink
😠
Browse files Browse the repository at this point in the history
  • Loading branch information
shyakadavis committed Jul 30, 2024
1 parent d98410e commit 2a225e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/note/default.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { Note } from '$lib/components/ui/note';
</script>

<div class="flex gap-6">
<div class="flex items-start gap-6">
<Note size="sm">A small note.</Note>
<Note>A default note.</Note>
<Note size="lg">A large note.</Note>
Expand Down

0 comments on commit 2a225e1

Please sign in to comment.