Skip to content

Commit 998dd1a

Browse files
feat: switch to upptime
1 parent 71f1044 commit 998dd1a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/frontend/src/routes/(needs_onboarding)/(navbar_and_footer)

src/frontend/src/routes/(needs_onboarding)/(navbar_and_footer)/+layout.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
import favicon from '$lib/assets/logo.svg';
2525
import { PUBLIC_INSTANCE_URL } from '#consts/urls';
2626
import { env } from '$env/dynamic/public';
27-
import { SiGithub, SiUptimekuma } from '@icons-pack/svelte-simple-icons';
27+
import { SiGithub, SiUpptime } from '@icons-pack/svelte-simple-icons';
2828
import { user_store } from '$lib/store/user.svelte';
2929
const { user: userData } = useAuth();
3030
@@ -83,7 +83,7 @@
8383
{
8484
href: PUBLIC_INSTANCE_URL,
8585
name: 'Public Instances',
86-
icon: SiUptimekuma,
86+
icon: SiUpptime,
8787
order: 2
8888
},
8989
{

0 commit comments

Comments
 (0)