File tree 2 files changed +35
-20
lines changed
trackscape-discord-ui/src/views
2 files changed +35
-20
lines changed Original file line number Diff line number Diff line change 5
5
6
6
[ ![ ] ( 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 )
7
7
8
+ [ Join our Discord to get support or discuss TrackScape!] ( https://discord.gg/kRM6Ydf5j9 )
8
9
9
10
## Features
10
11
* Receive in game Clan Chat messages in Discord via the RuneLite TrackScape Connector plugin
Original file line number Diff line number Diff line change @@ -37,26 +37,40 @@ client.getBotInfo().then((info) => {
37
37
OSRS clan.
38
38
</p >
39
39
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
+
60
74
<div class =" mt-4 " >
61
75
<div class =" stats" >
62
76
<div class =" stat" >
You can’t perform that action at this time.
0 commit comments