Skip to content

Commit

Permalink
fix(docs): mail example github code url
Browse files Browse the repository at this point in the history
  • Loading branch information
anatolzak committed Feb 26, 2024
1 parent b94d137 commit 7b0d57d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/src/lib/config/docs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ export const examples: Example[] = [
{
name: "Mail",
href: "/examples/mail",
code: "https://github.com/huntabyte/shadcn-svelte/tree/main/apps/www/src/lib/components/docs/mail",
code: "https://github.com/huntabyte/shadcn-svelte/tree/main/apps/www/src/routes/examples/mail",
},
{
name: "Dashboard",
Expand Down

0 comments on commit 7b0d57d

Please sign in to comment.