Skip to content
This repository was archived by the owner on Aug 3, 2024. It is now read-only.

Commit 15c02e9

Browse files
Update Discord invite link to use official (#1363)
1 parent 54f55d4 commit 15c02e9

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ blank_issues_enabled: true
22
contact_links:
33
- name: Discord
44
about: Ask questions on our Discord Server.
5-
url: https://discord.gg/modrinth-734077874708938864
5+
url: https://discord.modrinth.com
66
- name: Roadmap
77
about: View our Roadmap. Please do not open issues for items on our roadmap.
88
url: https://roadmap.modrinth.com

error.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
Go home
1111
</nuxt-link>
1212
<a
13-
href="https://discord.gg/EUHuJHt"
13+
href="https://discord.modrinth.com"
1414
class="iconified-button raised-button"
1515
rel="noopener"
1616
>

layouts/default.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@
330330
</div>
331331
<div class="links links-3" role="region" aria-label="Interact">
332332
<h4 aria-hidden="true">Interact</h4>
333-
<a rel="noopener" :target="$external()" href="https://discord.gg/EUHuJHt"> Discord </a>
333+
<a rel="noopener" :target="$external()" href="https://discord.modrinth.com"> Discord </a>
334334
<a rel="noopener" :target="$external()" href="https://twitter.com/modrinth"> Twitter </a>
335335
<a rel="noopener" :target="$external()" href="https://floss.social/@modrinth"> Mastodon </a>
336336
<a rel="noopener" :target="$external()" href="https://crowdin.com/project/modrinth">

pages/settings/account.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<ModalConfirm
44
ref="modal_confirm"
55
title="Are you sure you want to delete your account?"
6-
description="This will **immediately delete all of your user data and follows**. This will not delete your projects. Deleting your account cannot be reversed.<br><br>If you need help with your account, get support on the [Modrinth Discord](https://discord.gg/EUHuJHt)."
6+
description="This will **immediately delete all of your user data and follows**. This will not delete your projects. Deleting your account cannot be reversed.<br><br>If you need help with your account, get support on the [Modrinth Discord](https://discord.modrinth.com)."
77
proceed-label="Delete this account"
88
:confirmation-text="auth.user.username"
99
:has-to-type="true"

0 commit comments

Comments
 (0)