Skip to content

Commit 0769455

Browse files
leaftricardomiss
andauthored
fix(stage-ui): update connection icon to use correct variant (#966)
--------- Co-authored-by: Ricardo Miss <83625063+ricardomiss@users.noreply.github.com>
1 parent b241f32 commit 0769455

File tree

2 files changed

+2
-2
lines changed
  • apps/stage-tamagotchi/src/renderer/pages/settings
  • packages/stage-pages/src/pages/settings

2 files changed

+2
-2
lines changed

apps/stage-tamagotchi/src/renderer/pages/settings/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const settings = computed(() => [
6363
{
6464
title: t('settings.pages.connection.title'),
6565
description: t('settings.pages.connection.description'),
66-
icon: 'i-solar:router-bold-duotone',
66+
icon: 'i-solar:wi-fi-router-bold-duotone',
6767
to: '/settings/connection',
6868
},
6969
{

packages/stage-pages/src/pages/settings/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const settings = computed(() => [
7272
{
7373
title: t('settings.pages.connection.title'),
7474
description: t('settings.pages.connection.description'),
75-
icon: 'i-solar:router-bold-duotone',
75+
icon: 'i-solar:wi-fi-router-bold-duotone',
7676
to: '/settings/connection',
7777
},
7878
{

0 commit comments

Comments
 (0)