File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 <a-thumbnail url-prefix =" mods/images" :src =" option.file" style =" height : 64px ;" />
2626 </template >
2727 <template #label >
28- {{ $t('supporter_background') }} < NuxtLink to = " /support " > {{ $t('supporters_only') }}</ NuxtLink >
28+ {{ $t('supporter_background') }} {{ $t('supporters_only') }}
2929 </template >
3030 </m-select >
3131 </m-flex >
3939 max =" 1"
4040 >
4141 <template #label >
42- {{ $t('supporter_background_opacity') }} < NuxtLink to = " /support " > {{ $t('supporters_only') }}</ NuxtLink >
42+ {{ $t('supporter_background_opacity') }} {{ $t('supporters_only') }}
4343 </template >
4444 </m-input >
4545
Original file line number Diff line number Diff line change 4242 <m-dropdown-item to =" /document/rules" class =" lg:!hidden" >{{ $t('rules') }}</m-dropdown-item >
4343 <m-dropdown-item to =" /forum?category=news" class =" xl:!hidden" >{{ $t('news') }}</m-dropdown-item >
4444 <m-dropdown-item to =" /forum" class =" 2xl:!hidden" >{{ $t('forum') }}</m-dropdown-item >
45- <m-dropdown-item to =" /support" class =" xl:!hidden" >{{ $t('support_us') }}</m-dropdown-item >
45+ <!-- < m-dropdown-item to="/support" class="xl:!hidden">{{ $t('support_us') }}</m-dropdown-item> -- >
4646 </template >
4747 </m-dropdown >
4848
Original file line number Diff line number Diff line change 1818 <m-input v-model =" user.name" :label =" $t('display_name')" maxlength =" 30" />
1919 <m-input v-model =" user.custom_color" :disabled =" !user.has_supporter_perks" :label =" true" :desc =" $t('custom_color_desc')" type =" color" >
2020 <template #label >
21- {{ $t('custom_color') }} < NuxtLink to = " /support " > {{ $t('supporters_only') }}</ NuxtLink >
21+ {{ $t('custom_color') }} {{ $t('supporters_only') }}
2222 </template >
2323 </m-input >
2424 </m-flex >
4545 :disabled =" !user.has_supporter_perks"
4646 >
4747 <template #label >
48- {{ $t('supporter_background') }} < NuxtLink to = " /support " > {{ $t('supporters_only') }}</ NuxtLink >
48+ {{ $t('supporter_background') }} {{ $t('supporters_only') }}
4949 </template >
5050 <template #image =" { src } " >
5151 <m-banner v-if =" src" :src =" src" url-prefix =" users/images" />
6262 max =" 1"
6363 >
6464 <template #label >
65- {{ $t('supporter_background_opacity') }} < NuxtLink to = " /support " > {{ $t('supporters_only') }}</ NuxtLink >
65+ {{ $t('supporter_background_opacity') }} {{ $t('supporters_only') }}
6666 </template >
6767 </m-input >
6868
You can’t perform that action at this time.
0 commit comments