summaryrefslogtreecommitdiff
path: root/packages/client/src/pages/explore.vue
diff options
context:
space:
mode:
Diffstat (limited to 'packages/client/src/pages/explore.vue')
-rw-r--r--packages/client/src/pages/explore.vue1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/client/src/pages/explore.vue b/packages/client/src/pages/explore.vue
index c59fb639d4..981660cbfe 100644
--- a/packages/client/src/pages/explore.vue
+++ b/packages/client/src/pages/explore.vue
@@ -87,6 +87,5 @@ const headerTabs = $computed(() => [{
definePageMetadata(computed(() => ({
title: i18n.ts.explore,
icon: 'fas fa-hashtag',
- bg: 'var(--bg)',
})));
</script>