updates test page

This commit is contained in:
Tara Z. Manicsic 2022-02-22 01:13:55 -05:00
parent 26ca4e81e5
commit 6242c0916f

View File

@ -1,4 +1,6 @@
<template>
<h1> Thanks, boo 💝 </h1>
<NuxtLink to="/">let's go home</NuxtLink>
<div>
<h1> Thanks for your feedback! </h1>
<NuxtLink to="/">Home</NuxtLink>
</div>
</template>