Skip to content

Commit

Permalink
Add github link
Browse files Browse the repository at this point in the history
  • Loading branch information
pkolt committed Jan 25, 2024
1 parent 8ce5a72 commit 200ae98
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/NavBar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ export const NavBar = () => {
<div className="h6 text-body-tertiary mb-0">Create bitmap image for OLED display</div>
</div>
</Link>
<a href="https://pkolt.github.io/bitmap_editor/" target="_blank" className="h3 m-0">
<i className="bi bi-github" />
</a>
</div>
</div>
);
Expand Down

0 comments on commit 200ae98

Please sign in to comment.