Skip to content

Commit 9c0bc99

Browse files
committed
Add visibility class to base-badge-notice for responsive display
1 parent cfbe167 commit 9c0bc99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/layout/TheNavbar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const isDark = useDark()
3434

3535
<algolia-doc-search />
3636

37-
<base-badge-notice size="xs">
37+
<base-badge-notice size="xs" class="hidden xl:block">
3838
<template #title>
3939
<span class="capitalize"> ✨ Blog </span>
4040
</template>

0 commit comments

Comments
 (0)