mirror of
https://github.com/alexohneander/alexohneander-astro.git
synced 2025-12-18 16:20:12 +00:00
style: auto Format files with Prettier
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user