diff --git a/front/src/components/audio/track/Widget.vue b/front/src/components/audio/track/Widget.vue index 1ecd5bb71..4ce12ea4d 100644 --- a/front/src/components/audio/track/Widget.vue +++ b/front/src/components/audio/track/Widget.vue @@ -141,6 +141,8 @@ watch( {{ t('components.audio.track.Widget.empty.noResults') }} diff --git a/front/src/components/tags/List.vue b/front/src/components/tags/List.vue index 2b4b0b7fc..f60493fae 100644 --- a/front/src/components/tags/List.vue +++ b/front/src/components/tags/List.vue @@ -44,11 +44,13 @@ const tags = computed(() => { :class="props.labelClasses" > - - {{ truncate(tag, props.truncateSize) }} + #{{ truncate(tag, props.truncateSize) }} diff --git a/front/src/views/channels/DetailBase.vue b/front/src/views/channels/DetailBase.vue index 6ad655928..264486002 100644 --- a/front/src/views/channels/DetailBase.vue +++ b/front/src/views/channels/DetailBase.vue @@ -470,6 +470,8 @@ const updateSubscriptionCount = (delta: number) => {