Skip to content

Commit 8a3a838

Browse files
committed
chore: fix rebase conflicts
1 parent 1e8cc41 commit 8a3a838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/client/components/Navbar.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ const HEADER_OPTIONS = [
115115
];
116116
117117
const isDarkMode = computed(() => darkMode.value === Theme.DARK);
118-
const isStickyNavBar = computed(() => ["index", "User-Setting"].includes(route.name as string));
118+
const isStickyNavBar = computed(() => ["index", "setting"].includes(route.name as string));
119119
const isScrolled = computed(() => y.value >= SCROLL_THRESHOLD);
120120
121121
function handleLogout() {

0 commit comments

Comments
 (0)