Skip to content

Commit

Permalink
fix: Change platform button leads to wrong page (#3046)
Browse files Browse the repository at this point in the history
  • Loading branch information
fangmarks authored Dec 21, 2024
1 parent 7e81083 commit fa4bca5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
</ButtonStyled>
<div>or</div>
<ButtonStyled class="mt-8">
<NuxtLink :to="`/${type}s?sid=${props.server.serverId}`">
<NuxtLink :to="`/servers/manage/${props.server.serverId}/options/loader`">
<WrenchIcon />
Change platform
</NuxtLink>
Expand Down

0 comments on commit fa4bca5

Please sign in to comment.