You've already forked AstralRinth
forked from didirus/AstralRinth
Fix duplicate version nums + etc (#831)
* Fix duplicate version nums + etc * Update link info * Remove useless loading conditions * Update pages/legal/privacy.vue Co-authored-by: triphora <emmaffle@modrinth.com> * Update plugins/xss.js Co-authored-by: triphora <emmaffle@modrinth.com> Co-authored-by: triphora <emmaffle@modrinth.com>
This commit is contained in:
@@ -153,6 +153,7 @@
|
||||
<a
|
||||
:href="authUrl"
|
||||
class="log-in-button header-button brand-button"
|
||||
rel="noopener noreferrer nofollow"
|
||||
>
|
||||
<GitHubIcon aria-hidden="true" />
|
||||
Sign in with GitHub</a
|
||||
@@ -348,6 +349,7 @@
|
||||
:target="$external()"
|
||||
href="https://github.com/modrinth"
|
||||
class="text-link"
|
||||
rel="noopener noreferrer nofollow"
|
||||
>
|
||||
open source</a
|
||||
>.
|
||||
@@ -357,6 +359,7 @@
|
||||
:target="$external()"
|
||||
:href="'https://github.com/' + owner + '/' + slug + '/tree/' + hash"
|
||||
class="text-link"
|
||||
rel="noopener noreferrer nofollow"
|
||||
>{{ hash.substring(0, 7) }}</a
|
||||
>
|
||||
</p>
|
||||
@@ -374,16 +377,41 @@
|
||||
<a :target="$external()" href="https://blog.modrinth.com">Blog</a>
|
||||
<a :target="$external()" href="https://docs.modrinth.com">Docs</a>
|
||||
<a :target="$external()" href="https://status.modrinth.com">Status</a>
|
||||
<a :target="$external()" href="https://github.com/modrinth">GitHub</a>
|
||||
<a
|
||||
rel="noopener noreferrer nofollow"
|
||||
:target="$external()"
|
||||
href="https://github.com/modrinth"
|
||||
>GitHub</a
|
||||
>
|
||||
</div>
|
||||
<div class="links links-3" role="region" aria-label="Interact">
|
||||
<h4 aria-hidden="true">Interact</h4>
|
||||
<a :target="$external()" href="https://discord.gg/EUHuJHt">Discord</a>
|
||||
<a :target="$external()" href="https://twitter.com/modrinth">Twitter</a>
|
||||
<a :target="$external()" rel="me" href="https://floss.social/@modrinth">
|
||||
<a
|
||||
rel="noopener noreferrer nofollow"
|
||||
:target="$external()"
|
||||
href="https://discord.gg/EUHuJHt"
|
||||
>
|
||||
Discord
|
||||
</a>
|
||||
<a
|
||||
rel="noopener noreferrer nofollow"
|
||||
:target="$external()"
|
||||
href="https://twitter.com/modrinth"
|
||||
>
|
||||
Twitter
|
||||
</a>
|
||||
<a
|
||||
rel="noopener noreferrer nofollow"
|
||||
:target="$external()"
|
||||
href="https://floss.social/@modrinth"
|
||||
>
|
||||
Mastodon
|
||||
</a>
|
||||
<a :target="$external()" href="https://crowdin.com/project/modrinth">
|
||||
<a
|
||||
rel="noopener noreferrer nofollow"
|
||||
:target="$external()"
|
||||
href="https://crowdin.com/project/modrinth"
|
||||
>
|
||||
Crowdin
|
||||
</a>
|
||||
</div>
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
<a
|
||||
href="https://discord.gg/EUHuJHt"
|
||||
class="iconified-button raised-button"
|
||||
rel="noopener noreferrer nofollow"
|
||||
>
|
||||
Get help on Discord
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user