prettier config

This commit is contained in:
Graham Hall
2022-12-09 09:24:59 -05:00
parent a1f8b3e91e
commit 28be6d311b
9 changed files with 111 additions and 82 deletions
+9 -8
View File
@@ -1,12 +1,13 @@
---
---
<footer>
<p>
Copyright 2022 - <a href="https://ghall.dev">Graham Hall</a>
</p>
<p>
Built with <a href="https://astro.build">Astro</a> and <a href="https://picocss.com">Pico.css</a>
</p>
</footer>
<p>
Copyright 2022 - <a href="https://ghall.dev">Graham Hall</a>
</p>
<p>
Built with <a href="https://astro.build">Astro</a> and <a
href="https://picocss.com">Pico.css</a
>
</p>
</footer>
+16 -17
View File
@@ -1,21 +1,20 @@
---
---
<div>
<nav>
<ul>
<li>
<span style={{ fontSize: '1.6rem' }}>Graham Hall</span>
</li>
</ul>
<ul>
<li>
<a href="/">📝 Blog</a>
</li>
<li>
<a href="/about">👨‍💻 About</a>
</li>
</ul>
</nav>
</div>
<nav>
<ul>
<li>
<span style={{ fontSize: "1.6rem" }}>Graham Hall</span>
</li>
</ul>
<ul>
<li>
<a href="/">📝 Blog</a>
</li>
<li>
<a href="/about">👨‍💻 About</a>
</li>
</ul>
</nav>
</div>