1
0

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:
Geometrically
2023-01-03 19:06:30 -07:00
committed by GitHub
parent d2b1404907
commit b4236b9a95
21 changed files with 243 additions and 263 deletions
+23 -5
View File
@@ -240,10 +240,23 @@
>playing modpacks</a
>
with
<a href="https://atlauncher.com/about" :target="$external()"
<a
rel="noopener noreferrer nofollow"
href="https://atlauncher.com/about"
:target="$external()"
>ATLauncher</a
>, <a href="https://multimc.org/" :target="$external()">MultiMC</a>, and
<a href="https://prismlauncher.org" :target="$external()">
>,
<a
rel="noopener noreferrer nofollow"
href="https://multimc.org/"
:target="$external()"
>MultiMC</a
>, and
<a
rel="noopener noreferrer nofollow"
href="https://prismlauncher.org"
:target="$external()"
>
Prism Launcher</a
>. Pack creators can reference our documentation on
<a
@@ -251,7 +264,12 @@
:target="$external()"
>creating modpacks</a
>. Join us on
<a href="https://discord.gg/EUHuJHt" :target="$external()">Discord</a>
<a
rel="noopener noreferrer nofollow"
href="https://discord.gg/EUHuJHt"
:target="$external()"
>Discord</a
>
for support.
</div>
<Advertisement type="banner" small-screen="square" />
@@ -365,7 +383,7 @@
:id="result.slug ? result.slug : result.project_id"
:key="result.project_id"
:display="$cosmetics.searchDisplayMode[projectType.id]"
:gallery-images="
:featured-image="
result.featured_gallery
? result.featured_gallery
: result.gallery[0]