style: auto Format files with Prettier

This commit is contained in:
2023-09-04 11:41:11 +02:00
parent 0377f5a73e
commit 8266430503
13 changed files with 187 additions and 142 deletions

View File

@@ -69,7 +69,10 @@ const { activeNav } = Astro.props;
</a>
</li>
<li>
<a href="/experience" class={activeNav === "experience" ? "active" : ""}>
<a
href="/experience"
class={activeNav === "experience" ? "active" : ""}
>
Experience
</a>
</li>