Skip to content

Commit

Permalink
formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
ab-smith committed Dec 14, 2024
1 parent eea052c commit c19cf9d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions frontend/src/lib/components/CommandPalette/paletteData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ import { goto } from '$app/navigation';
import * as m from '$paraglide/messages';

export interface NavigationLink {
label: string;
href: string;
label: string;
href: string;
}

export const navigationLinks: NavigationLink[] = [
{
label: m.analytics(),
href: '/',
},
{
label: m.settings(),
href: '/settings',
}
{
label: m.analytics(),
href: '/'
},
{
label: m.settings(),
href: '/settings'
}
];

0 comments on commit c19cf9d

Please sign in to comment.