Skip to content

Commit

Permalink
add feedback option
Browse files Browse the repository at this point in the history
  • Loading branch information
mruwnik committed Nov 2, 2023
1 parent 9741e29 commit a8322d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/components/layouts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ export const Header = () => {
</div>
{showMenu && (
<div className="menu">
<a href="https://forms.gle/PT6BRrS6y1YwuwYDA" className="menu-link">
Feedback
</a>
<a href="https://github.com/StampyAI/stampy-ui" className="menu-link">
Code
</a>
Expand Down

0 comments on commit a8322d9

Please sign in to comment.