Skip to content

Commit

Permalink
next: tweaked icons
Browse files Browse the repository at this point in the history
  • Loading branch information
niemyjski committed Jan 11, 2025
1 parent 1676d72 commit a6a5906
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import { Button } from '$comp/ui/button';
import * as Command from '$comp/ui/command';
import * as Popover from '$comp/ui/popover';
import Circle from 'lucide-svelte/icons/circle';
import Circle from 'lucide-svelte/icons/circle-plus';
import { toast } from 'svelte-sonner';
interface Props {
Expand Down
2 changes: 1 addition & 1 deletion src/Exceptionless.Web/ClientApp/src/routes/(app)/routes.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Stacks from 'lucide-svelte/icons/bug';
import EventStream from 'lucide-svelte/icons/calendar-arrow-down';
import Events from 'lucide-svelte/icons/calendar-days';
import Stacks from 'lucide-svelte/icons/list-checks';

import type { NavigationItem } from '../routes';

Expand Down

0 comments on commit a6a5906

Please sign in to comment.