refactor: remove TextBlock component in favor of simpler section element
This commit is contained in:
parent
bd4b36f8ae
commit
d296e61362
7 changed files with 30 additions and 42 deletions
|
@ -1,5 +1,4 @@
|
|||
<script setup lang="ts">
|
||||
import TextBlock from "@/components/TextBlock.vue";
|
||||
import WelcomeHeader from "@/components/WelcomeHeader.vue";</script>
|
||||
|
||||
<template>
|
||||
|
@ -8,10 +7,10 @@ import WelcomeHeader from "@/components/WelcomeHeader.vue";</script>
|
|||
<template #sub>Character Reference Page</template>
|
||||
</WelcomeHeader>
|
||||
|
||||
<TextBlock>
|
||||
<section>
|
||||
<h3>Welcome to Viktor's Ref Page</h3>
|
||||
|
||||
<p>Here you can learn all about the ankylosaurus named Viktor.</p>
|
||||
<p>Pick an item from the navigation to dive in!</p>
|
||||
</TextBlock>
|
||||
</section>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue