Skip to content

Commit

Permalink
Fix spelling mistake in file name - 2
Browse files Browse the repository at this point in the history
  • Loading branch information
myieye committed Oct 24, 2023
1 parent 73b951e commit 4c31102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/layout/AppMenu.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import {AdminIcon, AuthenticatedUserIcon, HomeIcon, LogoutIcon} from '$lib/icons';
import AdminContent from './AdminContent.svelte';
import Badge from '$lib/components/Badges/Badge.svelte';
import {APP_VERSION} from '$lib/util/verstion';
import {APP_VERSION} from '$lib/util/version';
import type {LexAuthUser} from '$lib/user';
export let serverVersion: string;
Expand Down

0 comments on commit 4c31102

Please sign in to comment.