Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyakadavis committed Aug 11, 2024
1 parent 69f6d60 commit b43964b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/tooltip/components.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
<Tooltip.Trigger>
<Badge variant="gray" size="sm">LEFT</Badge>
</Tooltip.Trigger>
<Tooltip.Content side="bottom">The Evil Rabbit Jumped over the Fence.</Tooltip.Content>
<Tooltip.Content side="left">The Evil Rabbit Jumped over the Fence.</Tooltip.Content>
</Tooltip.Root>

<Tooltip.Root>
<Tooltip.Trigger>
<Icons.LoaderCircle class="size-4 animate-spin" />
</Tooltip.Trigger>
<Tooltip.Content side="bottom">The Evil Rabbit Jumped over the Fence.</Tooltip.Content>
<Tooltip.Content side="right">The Evil Rabbit Jumped over the Fence.</Tooltip.Content>
</Tooltip.Root>
</div>

0 comments on commit b43964b

Please sign in to comment.