Skip to content

Commit

Permalink
fix: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Oct 9, 2023
1 parent c7a3df9 commit 8437027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const navItems: Array<NavItem> = [
</button>
</header>
<div class="flex justify-center">
<img src="/logo/astronvim.svg" class="h-16" alt="astronvim_logo" />
<img src="/logo/astronvim.svg" class="h-16" alt="astronvim_logo" />
</div>
<nav>
<ul class="flex flex-col">
Expand Down

0 comments on commit 8437027

Please sign in to comment.