Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chibat committed Dec 25, 2023
1 parent b3e94ba commit 422e175
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions islands/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,34 +76,34 @@ export default function Header(
<li class="nav-item">
<a
class="noDecoration nav-link"
href="/posts/new"
title="New Post"
href="/shortcuts"
title="Keyboard Shortcuts"
>
<svg
xmlns="http://www.w3.org/2000/svg"
<img
src="/assets/img/keyboard-fill.svg"
alt="Keyboard Shortcuts"
width="20"
height="20"
fill="currentColor"
class="bi bi-file-earmark-plus-fill"
viewBox="0 0 16 16"
>
<path d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM8.5 7v1.5H10a.5.5 0 0 1 0 1H8.5V11a.5.5 0 0 1-1 0V9.5H6a.5.5 0 0 1 0-1h1.5V7a.5.5 0 0 1 1 0z" />
</svg>
</img>
</a>
</li>
<li class="nav-item">
<a
class="noDecoration nav-link"
href="/shortcuts"
title="Keyboard Shortcuts"
href="/posts/new"
title="New Post"
>
<img
src="/assets/img/keyboard-fill.svg"
alt="Keyboard Shortcuts"
<svg
xmlns="http://www.w3.org/2000/svg"
width="20"
height="20"
fill="currentColor"
class="bi bi-file-earmark-plus-fill"
viewBox="0 0 16 16"
>
</img>
<path d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM8.5 7v1.5H10a.5.5 0 0 1 0 1H8.5V11a.5.5 0 0 1-1 0V9.5H6a.5.5 0 0 1 0-1h1.5V7a.5.5 0 0 1 1 0z" />
</svg>
</a>
</li>
{props.user &&
Expand Down

0 comments on commit 422e175

Please sign in to comment.