Skip to content

Commit ddd5aa4

Browse files
Merge pull request #7495 from christianbeeznest/ofaj-23212-2
Internal: Add public legal links to login and sidebar - refs BT#23212
2 parents fa3744f + 782d45d commit ddd5aa4

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

assets/vue/components/Login.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@
9595
</form>
9696

9797
<LoginOAuth2Buttons />
98+
<div class="mt-3">
99+
<CategoryLinks category="menu_links" />
100+
</div>
98101
</div>
99102
</template>
100103

@@ -125,6 +128,7 @@ import { useLogin } from "../composables/auth/login"
125128
import LoginOAuth2Buttons from "./login/LoginOAuth2Buttons.vue"
126129
import { usePlatformConfig } from "../store/platformConfig"
127130
import { useRouter } from "vue-router"
131+
import CategoryLinks from "./page/CategoryLinks.vue"
128132
129133
const { t } = useI18n()
130134
const router = useRouter()

assets/vue/components/page/CategoryLinks.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<a
88
v-for="it in items"
99
:key="it.slug"
10-
class="text-sm text-gray-90 hover:underline"
10+
class="text-sm text-gray-50 hover:text-gray-30 hover:underline"
1111
:href="`/pages/${it.slug}`"
1212
>
1313
{{ it.title }}

0 commit comments

Comments
 (0)