fix: make buttontotop visible
it's on the left because teleport only supports left
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user