diff --git a/components/ModPage.vue b/components/ModPage.vue index b0cb641af..d8e81117b 100644 --- a/components/ModPage.vue +++ b/components/ModPage.vue @@ -130,7 +130,9 @@ - + + + diff --git a/pages/dashboard/projects.vue b/pages/dashboard/projects.vue index 5a379957a..4ac4ebcbf 100644 --- a/pages/dashboard/projects.vue +++ b/pages/dashboard/projects.vue @@ -54,7 +54,9 @@ - + + + diff --git a/pages/mods.vue b/pages/mods.vue index 102e70708..0e1c2c436 100644 --- a/pages/mods.vue +++ b/pages/mods.vue @@ -54,7 +54,9 @@ >
- + + +

Versions

+ 0) { + this.showVersions.push('snapshots') + + url = 'https://api.modrinth.com/api/v1/tag/game_version' + } else { + this.showVersions = [] + } + } + + const res = await axios.get(url) this.versions = res.data } catch (err) { diff --git a/pages/user/_id.vue b/pages/user/_id.vue index 1326959c9..96f6b6919 100644 --- a/pages/user/_id.vue +++ b/pages/user/_id.vue @@ -11,7 +11,9 @@

Developer

- + + +