Skip to content

Commit 08702cd

Browse files
committed
Added patreon
1 parent a9c6608 commit 08702cd

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

trackscape-discord-ui/src/App.vue

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ import Drawer from "@/components/NavDrawer.vue";
2929
<a class="link"
3030
href="https://github.com/fatfingers23/trackscape-discord-bot">Just show me the code</a>
3131

32+
<a class="link"
33+
href="https://www.patreon.com/TrackScape">Support us on Patreon</a>
3234
<RouterLink class="link"
3335
to="/TermsOfService">Terms Of Service</RouterLink>
3436
<RouterLink class="link"

trackscape-discord-ui/src/views/BotLandingPage.vue

+7
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,13 @@ client.getBotInfo().then((info) => {
5959
alt="In game cc icon"
6060
>
6161
</router-link>
62+
63+
<a
64+
href="https://www.patreon.com/TrackScape"
65+
class="btn btn-primary btn-outline ml-2 md:pt-0 mt-2"
66+
>
67+
Support TrackScape on Patreon
68+
</a>
6269
</div>
6370
<div class="justify-end">
6471
<a

0 commit comments

Comments
 (0)