Skip to content

Commit 58eaf5a

Browse files
committed
Hide support us page from more places
1 parent 07c0f9e commit 58eaf5a

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

frontend/app/components/site/pages/edit-mod/edit-mod-images.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
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>
@@ -39,7 +39,7 @@
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

frontend/app/components/site/pages/the-header.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
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

frontend/app/pages/user-settings/index.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
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>
@@ -45,7 +45,7 @@
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"/>
@@ -62,7 +62,7 @@
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

0 commit comments

Comments
 (0)