Skip to content

Commit 67e90ce

Browse files
committed
Replace survey with community link
1 parent 9c8c516 commit 67e90ce

File tree

1 file changed

+33
-4
lines changed

1 file changed

+33
-4
lines changed

src/components/WelcomeModal.svelte

Lines changed: 33 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<div class="flex flex-col gap-2">
5454
<h4 class="text-center leading-tight text-xl font-semibold">But before you begin</h4>
5555
<a
56-
href="https://discordtickets.app/configuration/"
56+
href="https://lnk.earth/discord"
5757
target="_blank"
5858
rel="noopener noreferrer"
5959
class="bg-gray-100/50 dark:bg-slate-800/50 p-4 rounded-xl group link"
@@ -64,6 +64,36 @@
6464
class="select-none font-bold text-5xl text-gray-500 dark:text-slate-400 group-hover:text-white dark:group-hover:text-white transition duration-300"
6565
>1.</span
6666
>
67+
<i class="fa-solid fa-user-group text-4xl" />
68+
<div class="w-full">
69+
<span class="text-lg font-semibold">
70+
Join the community
71+
<i
72+
class="fa-solid fa-arrow-up-right-from-square text-gray-500 dark:text-slate-400 group-hover:text-white dark:group-hover:text-white transition duration-300"
73+
/>
74+
</span>
75+
<div
76+
class="text-sm text-gray-500 dark:text-slate-400 group-hover:text-white dark:group-hover:text-white transition duration-300 font-medium"
77+
>
78+
Join the Planet Earth Discord server to ask questions, get notified about
79+
updates, vote on polls or just chat about Discord Tickets.
80+
</div>
81+
</div>
82+
</div>
83+
</div>
84+
</a>
85+
<a
86+
href="https://discordtickets.app/configuration/"
87+
target="_blank"
88+
rel="noopener noreferrer"
89+
class="bg-gray-100/50 dark:bg-slate-800/50 p-4 rounded-xl group link"
90+
>
91+
<div class="flex items-center gap-2 md:gap-4">
92+
<div class="w-full flex items-center gap-4">
93+
<span
94+
class="select-none font-bold text-5xl text-gray-500 dark:text-slate-400 group-hover:text-white dark:group-hover:text-white transition duration-300"
95+
>2.</span
96+
>
6797
<i class="fa-solid fa-person-chalkboard text-4xl" />
6898
<div class="w-full">
6999
<span class="text-lg font-semibold">
@@ -82,7 +112,7 @@
82112
</div>
83113
</div>
84114
</a>
85-
<a
115+
<!-- <a
86116
href="https://lnk.earth/dsctickets-survey"
87117
target="_blank"
88118
rel="noopener noreferrer"
@@ -105,14 +135,13 @@
105135
<div
106136
class="text-sm text-gray-500 dark:text-slate-400 group-hover:text-white dark:group-hover:text-white transition duration-300 font-medium"
107137
>
108-
<!-- Please take a few minutes to answer some questions that help us better understand how the bot is used. -->
109138
Please take a few minutes to help us better understand how the bot is used.
110139
<span class="font-bold">Respondents can win a £4 Steam gift card.</span>
111140
</div>
112141
</div>
113142
</div>
114143
</div>
115-
</a>
144+
</a> -->
116145
</div>
117146
</div>
118147
<div class="flex justify-center gap-8">

0 commit comments

Comments
 (0)