Skip to content

Commit

Permalink
Coffee
Browse files Browse the repository at this point in the history
  • Loading branch information
gareththegeek committed Aug 30, 2023
1 parent ba2ba22 commit a16b066
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
16 changes: 16 additions & 0 deletions client/public/images/coffee.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions client/src/components/header/Menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@ export const Menu: FC<MenuProps> = ({ onTabChange }) => {
<SmallButton className="mt-8" selected={isAboutTab} onClick={() => setTabHandler(TabType.About)}>
{t('About this App')}
</SmallButton>
<a href="https://www.buymeacoffee.com/gareththegeek" target="_blank" rel="noreferrer">
<SmallButton className="mt-8 flex items-center w-full justify-center">
<img src="/images/coffee.svg" alt="Buy Me A Coffee" style={{height: "32px"}} />
Buy me a coffee
</SmallButton>
</a>
</nav>
</>
)
Expand Down

0 comments on commit a16b066

Please sign in to comment.