fix🐛: update footer
continuous-integration/drone/push Build is passing Details

main
isboyjc 2024-06-04 18:44:05 +08:00
parent b6088dd331
commit d85eac05ab
2 changed files with 1 additions and 4 deletions

View File

@ -6,9 +6,7 @@ const { theme, frontmatter, lang } = useData()
</script>
<template>
<footer class="w-100% h-20px"></footer>
<footer v-if="theme.footer && frontmatter.footer !== false">
<div className="w-full text-sm px-6 sm:px-8 md:px-28 lg:px-20 xl:px-0 max-w-screen-lg mx-auto border-t border-t-solid border-t-[var(--vp-c-gray-3)] pt-6">
<div className="grid grid-cols-12 gap-8 py-12 text-[var(--vp-c-text-2)] transition-colors duration-150 border-b lt-sm:grid-cols-1 border-border">
<div className="col-span-4 lt-sm:col-span-1">

View File

@ -35,7 +35,6 @@ const price = ref({
:delay="0"
:duration="400"
:href="routerPath(lang, '/docs/testing')"
target="_blank"
class="h-34px font-semibold text-primary rounded-full px-5 text-sm leading-6 border-2 border-solid border-primary flex-center duration-200 no-underline!"
uno-hover="bg-primary text-[var(--vp-c-neutral-inverse)]!"
>
@ -87,7 +86,7 @@ const price = ref({
:duration="400"
class="items-center justify-center h-12 font-medium rounded-xl inline-flex bg-primary border-solid border-2 border-primary duration-200 lg:w-auto px-6 py-3 text-center text-[var(--vp-c-neutral-inverse)]! w-full no-underline!"
uno-hover="bg-transparent border-primary text-primary!"
:href="routerPath(lang, '/guide/quick')"
:href="routerPath(lang, '/docs/guide')"
>
{{ t(lang, 'guide') }}
</a>