fix: make buttontotop visible

it's on the left because teleport only supports left
This commit is contained in:
2022-08-10 11:10:49 -04:00
parent ef78861e16
commit 3697690c31
2 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,6 @@ useTitle("Home");
</script>
<template>
<ButtonToTop />
<main class="flex flex-col items-center justify-around gap-8">
<h1>Welcome!</h1>
<p>What are you here to see?</p>
@@ -20,6 +19,7 @@ useTitle("Home");
<Services />
<About />
</main>
<ButtonToTop />
</template>
<style scoped>