Skip to content

Commit

Permalink
Merge branch 'main' of github.com:wlockiv/shadcn-svelte into fix/unce…
Browse files Browse the repository at this point in the history
…ntered-checkbox
  • Loading branch information
walker-tx committed Oct 9, 2023
2 parents 72943b8 + 3a02c03 commit 805feed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/www/src/content/components/data-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ We'll start by creating a new component called `data-table-actions.svelte` which
<DropdownMenu.Content>
<DropdownMenu.Group>
<DropdownMenu.Label>Actions</DropdownMenu.Label>
<DropdownMenu.Item on:m-click={() => navigator.clipboard.writeText(id)}>
<DropdownMenu.Item on:click={() => navigator.clipboard.writeText(id)}>
Copy payment ID
</DropdownMenu.Item>
</DropdownMenu.Group>
Expand Down
2 changes: 1 addition & 1 deletion apps/www/src/lib/components/docs/site-footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import { Icons } from "./icons";
</script>

<footer class="border-t py-6 md:py-0">
<footer class="py-6 md:px-8 md:py-0">
<div
class="container flex flex-col items-center justify-between gap-4 md:h-24 md:flex-row"
>
Expand Down

0 comments on commit 805feed

Please sign in to comment.