Ensure the SizeIndicator helper is visible on all pages

This commit is contained in:
Jonathan Bourdon
2024-08-05 17:06:50 -04:00
parent bd30b58463
commit f2209cda64
4 changed files with 29 additions and 20 deletions

View File

@@ -1,6 +1,5 @@
<template>
<size-indicator></size-indicator>
<!-- Bannière-->
<div class="relative bottom-4 z-20 m">
<div class="relative flex flex-col">
@@ -79,7 +78,6 @@
</template>
<script setup>
import SizeIndicator from "@/views/tools/SizeIndicator.vue";
import AboutYou from "@/views/creators/CreatorDescriptionBtn.vue";
import SubscribeButton from "@/views/creators/SubscribeButton.vue";
import PublishContentButton from "@/views/contents/PublishContentButton.vue";