changes text area and lints

This commit is contained in:
Tara Z. Manicsic
2022-02-22 01:21:32 -05:00
parent 6242c0916f
commit 5fd5e9e7bf
2 changed files with 15 additions and 9 deletions

View File

@ -1,6 +1,6 @@
<template>
<div>
<h1> Thanks for your feedback! </h1>
<NuxtLink to="/">Home</NuxtLink>
</div>
<div>
<h1>Thanks for your feedback!</h1>
<NuxtLink to="/">Home</NuxtLink>
</div>
</template>