Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
… into beta
  • Loading branch information
okdargy committed Apr 10, 2024
2 parents fd570e7 + acad7d3 commit f886e26
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pages/minecraft.vue
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,9 @@ const user = useUser();
</div>
<p v-if="showModal === 'curseforge.zip'">
1. Download and install Curseforge from
<a href="https://www.curseforge.com/download/app"
<a
target="_blank"
href="https://www.curseforge.com/download/app"
>curseforge.com</a
><br />
2. Click "Minecraft" (it may need to install)<br />
Expand All @@ -241,7 +243,8 @@ const user = useUser();
</p>
<p v-if="showModal === 'prism.zip'">
1. Download and install Prism from
<a href="prismlauncher.org/download/">prismlauncher.org</a
<a target="_blank" href="prismlauncher.org/download/"
>prismlauncher.org</a
><br />
2. Log in to Prism with your Microsoft account.<br />
3. Drag and drop
Expand Down

0 comments on commit f886e26

Please sign in to comment.