You've already forked AstralRinth
forked from didirus/AstralRinth
Fix download tax form description (#4522)
This commit is contained in:
@@ -117,18 +117,20 @@
|
|||||||
<span>{{
|
<span>{{
|
||||||
formatMessage(messages.confirmationSuccess, { formType: determinedFormType })
|
formatMessage(messages.confirmationSuccess, { formType: determinedFormType })
|
||||||
}}</span>
|
}}</span>
|
||||||
<IntlFormatted :message-id="messages.confirmationSupportText">
|
<span>
|
||||||
<template #support-link="{ children }">
|
<IntlFormatted :message-id="messages.confirmationSupportText">
|
||||||
<nuxt-link
|
<template #support-link="{ children }">
|
||||||
to="https://support.modrinth.com"
|
<nuxt-link
|
||||||
class="text-link"
|
to="https://support.modrinth.com"
|
||||||
target="_blank"
|
class="text-link"
|
||||||
rel="noopener noreferrer"
|
target="_blank"
|
||||||
>
|
rel="noopener noreferrer"
|
||||||
<component :is="() => normalizeChildren(children)" />
|
>
|
||||||
</nuxt-link>
|
<component :is="() => normalizeChildren(children)" />
|
||||||
</template>
|
</nuxt-link>
|
||||||
</IntlFormatted>
|
</template>
|
||||||
|
</IntlFormatted>
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex w-full flex-row justify-stretch gap-2">
|
<div class="flex w-full flex-row justify-stretch gap-2">
|
||||||
<ButtonStyled>
|
<ButtonStyled>
|
||||||
|
|||||||
Reference in New Issue
Block a user