Add back to top button

This commit is contained in:
Blossomi Shymae
2024-10-11 16:39:30 -05:00
parent 87f5d432b2
commit a63ac8ca47
11 changed files with 86 additions and 32 deletions

View File

@@ -52,5 +52,9 @@ const p = computed(() => {
</div>
</div>
</div>
<div class="d-flex justify-content-center w-100">
<BackToTopButton/>
</div>
</div>
</template>