make the footer a footer

This commit is contained in:
Suzanne Aitchison 2019-10-12 12:30:26 +01:00
parent 3133af88ec
commit af22df803c

View File

@ -4,12 +4,12 @@
<nuxt />
</main>
<div class="footer">
<footer class="footer">
<nuxt-link to="/login">Login</nuxt-link>
<nuxt-link to="/register">Register</nuxt-link>
<nuxt-link to="/admin">Manage</nuxt-link>
<a href="https://ohmyform.com">OhMyForm</a>
</div>
</footer>
</div>
</template>