diff --git a/src/components/DrawerInfo.vue b/src/components/DrawerInfo.vue
index 9530e77a..dbfbe51d 100644
--- a/src/components/DrawerInfo.vue
+++ b/src/components/DrawerInfo.vue
@@ -100,8 +100,14 @@ function reset() {
/>
-
-
{{ category }} /
+
+
+ {{ badgeLabel }}
+
+ {{ category }}
{{ title }}
-
- {{ badgeLabel }}
-
@@ -238,8 +237,6 @@ function reset() {
.badge-label {
display: inline-block;
- border-radius: var(--radius-6);
- background-color: var(--surface-2);
text-wrap: nowrap;
}