Skip to content

Commit

Permalink
docs: fix renamed lucide icons (#1298)
Browse files Browse the repository at this point in the history
Co-authored-by: Hunter Johnston <johnstonhuntera@gmail.com>
  • Loading branch information
vwkd and huntabyte authored Oct 5, 2024
1 parent 2b0a49c commit 9cf14cc
Show file tree
Hide file tree
Showing 10 changed files with 130 additions and 78 deletions.
110 changes: 81 additions & 29 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sites/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"embla-carousel-autoplay": "8.0.0-rc19",
"embla-carousel-svelte": "8.0.0-rc19",
"formsnap": "^0.5.1",
"lucide-svelte": "^0.363.0",
"lucide-svelte": "^0.447.0",
"mode-watcher": "^0.2.2",
"nanoid": "^5.0.6",
"paneforge": "^0.0.2",
Expand Down
12 changes: 6 additions & 6 deletions sites/docs/src/lib/registry/default/block/dashboard-02.svelte
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<script lang="ts">
import CircleUser from "lucide-svelte/icons/circle-user";
import LineChart from "lucide-svelte/icons/line-chart";
import ChartLine from "lucide-svelte/icons/chart-line";
import Package from "lucide-svelte/icons/package";
import Home from "lucide-svelte/icons/home";
import House from "lucide-svelte/icons/house";
import ShoppingCart from "lucide-svelte/icons/shopping-cart";
import Bell from "lucide-svelte/icons/bell";
import Menu from "lucide-svelte/icons/menu";
Expand Down Expand Up @@ -37,7 +37,7 @@
href="##"
class="text-muted-foreground hover:text-primary flex items-center gap-3 rounded-lg px-3 py-2 transition-all"
>
<Home class="h-4 w-4" />
<House class="h-4 w-4" />
Dashboard
</a>
<a
Expand Down Expand Up @@ -70,7 +70,7 @@
href="##"
class="text-muted-foreground hover:text-primary flex items-center gap-3 rounded-lg px-3 py-2 transition-all"
>
<LineChart class="h-4 w-4" />
<ChartLine class="h-4 w-4" />
Analytics
</a>
</nav>
Expand Down Expand Up @@ -117,7 +117,7 @@
href="##"
class="text-muted-foreground hover:text-foreground mx-[-0.65rem] flex items-center gap-4 rounded-xl px-3 py-2"
>
<Home class="h-5 w-5" />
<House class="h-5 w-5" />
Dashboard
</a>
<a
Expand Down Expand Up @@ -150,7 +150,7 @@
href="##"
class="text-muted-foreground hover:text-foreground mx-[-0.65rem] flex items-center gap-4 rounded-xl px-3 py-2"
>
<LineChart class="h-5 w-5" />
<ChartLine class="h-5 w-5" />
Analytics
</a>
</nav>
Expand Down
Loading

0 comments on commit 9cf14cc

Please sign in to comment.