Fix project type in Dashboard & settings URLs Closes #1066 (#1078)

This commit is contained in:
Prospector
2023-04-07 18:39:04 -07:00
committed by GitHub
parent c731515b94
commit 604683efd5
2 changed files with 15 additions and 4 deletions

View File

@@ -64,7 +64,9 @@
<span class="label__title">URL</span>
</label>
<div class="text-input-wrapper">
<div class="text-input-wrapper__before">https://modrinth.com/mod/</div>
<div class="text-input-wrapper__before">
https://modrinth.com/{{ $getProjectTypeForUrl(project.project_type, project.loaders) }}/
</div>
<input
id="project-slug"
v-model="slug"