Compare commits
No commits in common. "94082b2e3ebe9fe9bc6dc61677190fafd1d6cfad" and "bc7818b4518880ddd584f099a8f241434a0e94e4" have entirely different histories.
94082b2e3e
...
bc7818b451
@ -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 class="font-bold">© 2021 Michael Thomas</p>
|
||||
<p>© 2021 Michael Thomas</p>
|
||||
<p>
|
||||
Built with 💗 and
|
||||
<a
|
||||
|
@ -10,7 +10,7 @@
|
||||
</div>
|
||||
|
||||
<div class="flex flex-row">
|
||||
<nuxt-link class="nav-link" to="/blog">Blog</nuxt-link>
|
||||
<nuxt-link class="nav-link" to="/posts">Blog</nuxt-link>
|
||||
<nuxt-link class="nav-link" to="/about">About</nuxt-link>
|
||||
<ColorSwitcher/>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user