mirror of
https://github.com/BlossomiShymae/clean-cuts.git
synced 2025-12-06 10:10:47 +01:00
Add back to top button
This commit is contained in:
@@ -23,7 +23,7 @@ const filteredCherryAugments = computed(() => {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="d-flex flex-column gap-2">
|
||||
<div class="d-flex flex-column gap-4">
|
||||
<div class="d-flex flex-row justify-content-end gap-2">
|
||||
<Card class="d-flex justify-content-center align-items-center me-auto">
|
||||
<span>{{ cherryAugments.length }} augments</span>
|
||||
@@ -50,5 +50,9 @@ const filteredCherryAugments = computed(() => {
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="d-flex justify-content-center w-100">
|
||||
<BackToTopButton/>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user