diff --git a/src/components/AudioPlayer.vue b/src/components/AudioPlayer.vue index 1534efb..54d8e31 100644 --- a/src/components/AudioPlayer.vue +++ b/src/components/AudioPlayer.vue @@ -128,7 +128,7 @@ export default { const isPlaying = ref(false) const currentTime = ref(0) const duration = ref(0) - const volume = ref(70) + const volume = ref(100) const playbackRate = ref(1) const hasAudio = computed(() => !!props.audioSrc) diff --git a/src/components/NavigationBar.vue b/src/components/NavigationBar.vue index 64c7a1e..ae5e722 100644 --- a/src/components/NavigationBar.vue +++ b/src/components/NavigationBar.vue @@ -35,18 +35,36 @@ Textes - - - - - - Actualités + + + {{ category.name }} + + + + + Blog + + + + {{ category.name }} + - + @@ -83,7 +101,17 @@ Accueil Textes - Actualités + + Blog + + {{ category.name }} + +