Skip to content

Commit

Permalink
add link to new timer
Browse files Browse the repository at this point in the history
  • Loading branch information
pandanoir committed Jul 6, 2023
1 parent 9fd66ec commit a29c8fa
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 @@ -127,6 +127,14 @@ export const Header: VFC<{
</ul>
</span>
<span tw="flex space-x-2">
<a
href="https://hi-timer.vercel.app"
target="_blank"
rel="noreferrer"
tw="px-2 border-2 border-transparent bg-yellow-400 font-bold text-white dark:border-yellow-500 dark:bg-transparent dark:text-yellow-300"
>
new timer available!
</a>
<IconButton
tw="w-8 h-8 rounded-full bg-gray-200 text-gray-600 dark:bg-gray-700 dark:text-white"
icon={faCog}
Expand Down

0 comments on commit a29c8fa

Please sign in to comment.