Skip to content

Commit

Permalink
Update Discord invite link to use official (modrinth#1363)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mysterious-Dev authored Sep 10, 2023
1 parent 54f55d4 commit 15c02e9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ blank_issues_enabled: true
contact_links:
- name: Discord
about: Ask questions on our Discord Server.
url: https://discord.gg/modrinth-734077874708938864
url: https://discord.modrinth.com
- name: Roadmap
about: View our Roadmap. Please do not open issues for items on our roadmap.
url: https://roadmap.modrinth.com
Expand Down
2 changes: 1 addition & 1 deletion error.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
Go home
</nuxt-link>
<a
href="https://discord.gg/EUHuJHt"
href="https://discord.modrinth.com"
class="iconified-button raised-button"
rel="noopener"
>
Expand Down
2 changes: 1 addition & 1 deletion layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@
</div>
<div class="links links-3" role="region" aria-label="Interact">
<h4 aria-hidden="true">Interact</h4>
<a rel="noopener" :target="$external()" href="https://discord.gg/EUHuJHt"> Discord </a>
<a rel="noopener" :target="$external()" href="https://discord.modrinth.com"> Discord </a>
<a rel="noopener" :target="$external()" href="https://twitter.com/modrinth"> Twitter </a>
<a rel="noopener" :target="$external()" href="https://floss.social/@modrinth"> Mastodon </a>
<a rel="noopener" :target="$external()" href="https://crowdin.com/project/modrinth">
Expand Down
2 changes: 1 addition & 1 deletion pages/settings/account.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<ModalConfirm
ref="modal_confirm"
title="Are you sure you want to delete your account?"
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)."
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)."
proceed-label="Delete this account"
:confirmation-text="auth.user.username"
:has-to-type="true"
Expand Down

0 comments on commit 15c02e9

Please sign in to comment.