File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
125128import LoginOAuth2Buttons from " ./login/LoginOAuth2Buttons.vue"
126129import { usePlatformConfig } from " ../store/platformConfig"
127130import { useRouter } from " vue-router"
131+ import CategoryLinks from " ./page/CategoryLinks.vue"
128132
129133const { t } = useI18n ()
130134const router = useRouter ()
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments