fix: Change platform button leads to wrong page (#3046)

This commit is contained in:
Joshua 2024-12-21 18:44:00 +01:00 committed by GitHub
parent 7e81083c04
commit fa4bca5cb8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>