diff --git a/images/VRCX_notify.ico b/images/VRCX_notify.ico index e257eea0..a1d4af34 100644 Binary files a/images/VRCX_notify.ico and b/images/VRCX_notify.ico differ diff --git a/src/components/NavMenu.vue b/src/components/NavMenu.vue index 6b075553..392586c9 100644 --- a/src/components/NavMenu.vue +++ b/src/components/NavMenu.vue @@ -374,6 +374,9 @@ }; const handleRouteChange = (index) => { + if (index === 'social') { + index = 'friend-log'; + } router.push({ name: index }); navMenuRef.value?.updateActiveIndex(index); }; @@ -534,12 +537,16 @@ .nav-menu-popover__menu-label-dot { position: absolute; - right: -4px; + right: -8px; width: 4px; height: 4px; background: #303133; border-radius: 50%; } + :global(html.dark), + .nav-menu-popover__menu-label-dot { + background: #ffffff; + } } .nav-menu-settings {