Skip to content

Commit f5090e4

Browse files
committed
Added the discord link in a few different places
1 parent f71d65c commit f5090e4

File tree

2 files changed

+35
-20
lines changed

2 files changed

+35
-20
lines changed

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
[![](https://img.shields.io/badge/Discord-%235865F2.svg?style=for-the-badge&logo=discord&logoColor=white)](https://discord.com/api/oauth2/authorize?client_id=864626697327869952&permissions=2147568704&scope=bot)
77

8+
[Join our Discord to get support or discuss TrackScape!](https://discord.gg/kRM6Ydf5j9)
89

910
## Features
1011
* Receive in game Clan Chat messages in Discord via the RuneLite TrackScape Connector plugin

Diff for: trackscape-discord-ui/src/views/BotLandingPage.vue

+34-20
Original file line numberDiff line numberDiff line change
@@ -37,26 +37,40 @@ client.getBotInfo().then((info) => {
3737
OSRS clan.
3838
</p>
3939

40-
<a
41-
href="https://discord.com/api/oauth2/authorize?client_id=864626697327869952&permissions=2147568704&scope=bot"
42-
target="_blank"
43-
class="btn btn-primary btn-outline mr-2"
44-
>Invite to Discord <img
45-
class="w-7 h-8 ml-2"
46-
src="@/assets/img/icon_clyde_blurple_RGB.svg"
47-
alt="Discord Logo"
48-
> </a>
49-
50-
<router-link
51-
to="/clans"
52-
class="btn btn-primary btn-outline ml-2"
53-
>View Clans
54-
<img
55-
56-
src="https://oldschool.runescape.wiki/images/Your_Clan_icon.png"
57-
alt="In game cc icon"
58-
>
59-
</router-link>
40+
<div class="flex flex-col space-y-2.5 justify-center">
41+
<div class="">
42+
<a
43+
href="https://discord.com/api/oauth2/authorize?client_id=864626697327869952&permissions=2147568704&scope=bot"
44+
target="_blank"
45+
class="btn btn-primary btn-outline mr-2"
46+
>Invite to Discord <img
47+
class="w-7 h-8 ml-2"
48+
src="@/assets/img/icon_clyde_blurple_RGB.svg"
49+
alt="Discord Logo"
50+
> </a>
51+
52+
<router-link
53+
to="/clans"
54+
class="btn btn-primary btn-outline ml-2"
55+
>View Clans
56+
<img
57+
58+
src="https://oldschool.runescape.wiki/images/Your_Clan_icon.png"
59+
alt="In game cc icon"
60+
>
61+
</router-link>
62+
</div>
63+
<div class="justify-end">
64+
<a
65+
href="https://discord.gg/kRM6Ydf5j9"
66+
target="_blank"
67+
class="link mr-2"
68+
>Join our Discord to get support or discuss TrackScape!</a>
69+
</div>
70+
</div>
71+
72+
73+
6074
<div class="mt-4 ">
6175
<div class="stats">
6276
<div class="stat">

0 commit comments

Comments
 (0)