Skip to content

Commit

Permalink
Added patreon
Browse files Browse the repository at this point in the history
  • Loading branch information
fatfingers23 committed Nov 19, 2024
1 parent a9c6608 commit 08702cd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions trackscape-discord-ui/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ import Drawer from "@/components/NavDrawer.vue";
<a class="link"
href="https://github.com/fatfingers23/trackscape-discord-bot">Just show me the code</a>

<a class="link"
href="https://www.patreon.com/TrackScape">Support us on Patreon</a>
<RouterLink class="link"
to="/TermsOfService">Terms Of Service</RouterLink>
<RouterLink class="link"
Expand Down
7 changes: 7 additions & 0 deletions trackscape-discord-ui/src/views/BotLandingPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,13 @@ client.getBotInfo().then((info) => {
alt="In game cc icon"
>
</router-link>

<a
href="https://www.patreon.com/TrackScape"
class="btn btn-primary btn-outline ml-2 md:pt-0 mt-2"
>
Support TrackScape on Patreon
</a>
</div>
<div class="justify-end">
<a
Expand Down

0 comments on commit 08702cd

Please sign in to comment.