Skip to content

Commit

Permalink
add icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Inglan committed Jan 3, 2025
1 parent 2281796 commit 3a964e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib/components/app-sidebar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
import { gmaes } from '$lib/gmaes.js';
import { slide } from 'svelte/transition';
import { Icon } from 'svelte-sonner';
let open = $state(false);
Expand All @@ -35,11 +36,13 @@
[
{
title: 'Home',
icon: Wrench,
url: '/',
items: []
},
{
title: 'Tools',
icon: Wrench,
url: '',
items: [
{
Expand Down Expand Up @@ -70,6 +73,7 @@
},
{
title: 'Gmaes',
icon: Wrench,
url: '',
items: [
{
Expand Down

0 comments on commit 3a964e5

Please sign in to comment.