Skip to content

Commit

Permalink
chore: Add iOS shortcut and Chrome Extension links to footer in BaseT…
Browse files Browse the repository at this point in the history
…emplate.tsx
  • Loading branch information
bramses committed Aug 24, 2024
1 parent 7629653 commit c4124a2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/templates/BaseTemplate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,18 @@ const BaseTemplate = (props: {
<main>{props.children}</main>

<footer className="border-t border-gray-300 py-8 text-center text-sm">
<a
className="text-blue-700 hover:border-b-2 hover:border-blue-700"
href="https://www.icloud.com/shortcuts/e5b66464cff943f286244b06ab79625b"
>
Get the iOS shortcut.
</a>
<a
className="text-blue-700 hover:border-b-2 hover:border-blue-700"
href="https://github.com/bramses/simple-chrome-ycb"
>
Get the Chrome Extension.
</a>
© Copyright {new Date().getFullYear()} {AppConfig.name}. Boilerplate
created by{' '}
<a
Expand Down

0 comments on commit c4124a2

Please sign in to comment.