diff --git a/front/src/components/ui/Link.vue b/front/src/components/ui/Link.vue
index 661ba04c8..3086fc324 100644
--- a/front/src/components/ui/Link.vue
+++ b/front/src/components/ui/Link.vue
@@ -9,7 +9,7 @@ import { type AlignmentProps, align } from '~/composables/alignment'
const props = defineProps<{
thickWhenActive?: true
- thin?: true
+ thinFont?: true
icon?: string;
round?: true;
@@ -87,7 +87,7 @@ onMounted(() => {
&.is-icon-only {
padding: var(--padding);
}
- &.no-spacing{
+ &.no-spacing {
padding: 0;
margin: 0;
font-size: 1em;
diff --git a/front/src/views/channels/DetailOverview.vue b/front/src/views/channels/DetailOverview.vue
index 4c514c306..c5eea283b 100644
--- a/front/src/views/channels/DetailOverview.vue
+++ b/front/src/views/channels/DetailOverview.vue
@@ -194,8 +194,6 @@ const albumModal = ref()
class="actions"
>