Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Front-end/backend/templates/RegistrationEmail.html
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ <h2>Hello <?= leader_name ?>,</h2>
</p>

<p style="margin-top: 34px">
<a class="button" href="https://discord.gg/HfzJZHJNxK">
<a class="button" href="https://discord.gg/PSnanAxagX">
Join Discord
</a>
</p>
Expand Down
2 changes: 1 addition & 1 deletion apps-script/Email.gs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ${regId}

Join Discord

https://discord.gg/HfzJZHJNxK
https://discord.gg/PSnanAxagX

Verify yourself

Expand Down
2 changes: 1 addition & 1 deletion apps-script/RegistrationEmail.html
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ <h2>Hello <?= leader_name ?>,</h2>
</p>

<p style="margin-top: 34px">
<a class="button" href="https://discord.gg/HfzJZHJNxK">
<a class="button" href="https://discord.gg/PSnanAxagX">
Join Discord
</a>
</p>
Expand Down