diff --git a/front/src/components/library/Radios.vue b/front/src/components/library/Radios.vue
index 6e2656f4d..e2d268430 100644
--- a/front/src/components/library/Radios.vue
+++ b/front/src/components/library/Radios.vue
@@ -14,6 +14,7 @@ import { useStore } from '~/store'
import axios from 'axios'
import Layout from '~/components/ui/Layout.vue'
+import Header from '~/components/ui/Header.vue'
import Section from '~/components/ui/Section.vue'
import Pagination from '~/components/ui/Pagination.vue'
import RadioCard from '~/components/radios/Card.vue'
@@ -113,10 +114,9 @@ const paginateOptions = computed(() => sortedUniq([12, 25, 50, paginateBy.value]
-
-
+
+
sortedUniq([12, 25, 50, paginateBy.value]
/>
-
+
{
:round="playOnly"
class="play-button"
icon="bi-play-fill"
+ :full="!playOnly"
:square="store.state.auth.authenticated && type === 'custom'"
@click="toggleRadio"
>
diff --git a/front/src/components/radios/Card.vue b/front/src/components/radios/Card.vue
index 00b0f866f..197d038ed 100644
--- a/front/src/components/radios/Card.vue
+++ b/front/src/components/radios/Card.vue
@@ -68,7 +68,7 @@ const customRadioId = computed(() => props.customRadio?.id ?? null)
-
+