Compare commits

...

2 Commits

Author SHA1 Message Date
94082b2e3e Bold copy in footer 2021-12-13 08:10:26 -05:00
ef9921bcd6 Move blog 2021-12-13 08:10:08 -05:00
4 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
<div class="flex flex-col items-center justify-between mt-6 md:mt-0 md:flex-row">
<div class="logo flex items-center">
<div class="text-sm text-gray-700 dark:text-gray-200 mx-1">
<p>© 2021 Michael Thomas</p>
<p class="font-bold">© 2021 Michael Thomas</p>
<p>
Built with &#128151; and
<a

View File

@ -10,7 +10,7 @@
</div>
<div class="flex flex-row">
<nuxt-link class="nav-link" to="/posts">Blog</nuxt-link>
<nuxt-link class="nav-link" to="/blog">Blog</nuxt-link>
<nuxt-link class="nav-link" to="/about">About</nuxt-link>
<ColorSwitcher/>
</div>