Skip to content

Commit

Permalink
add feedback url
Browse files Browse the repository at this point in the history
  • Loading branch information
vladkens committed Feb 9, 2024
1 parent e5f40fe commit 1c4eb24
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,14 @@ export const Header: FC = () => {
</div>

<div className="flex items-center gap-5">
<a
href="https://github.com/vladkens/timewiz/issues/new"
target="_blank"
className="text-sm hover:underline md:hidden"
>
Feedback
</a>

<a
href="https://www.buymeacoffee.com/vladkens"
target="_blank"
Expand Down

0 comments on commit 1c4eb24

Please sign in to comment.