Skip to content

Commit

Permalink
chore: remove target blank from downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
veryCrunchy committed Apr 2, 2024
1 parent 899ca38 commit 976afb5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/minecraft.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ const files = ["curseforge.zip", "prism.zip", "modrinth.mrpack "];
v-for="file in files"
:key="file"
:href="downloadURL + file"
target="_blank"
:style="$BGContentImage('minecraft/button.png')"
class="mc-button bg-cover bg-center"
>
Expand Down

0 comments on commit 976afb5

Please sign in to comment.