Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit ab0c9d2

Browse files
committed
feat: have documentation link go to getting started page
1 parent cb55899 commit ab0c9d2

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

website/src/components/Navbar.vue

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@
4343
variant="ghost"
4444
variant-color="gray"
4545
aria-label="View the documentation"
46-
target="_blank"
47-
rel="noopener noreferrer"
48-
href="https://github.com/chakra-ui/chakra-ui-vue"
46+
href="/getting-started"
4947
icon="book"
5048
/>
5149
</CBox>

website/src/components/home/Hero.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</chakra.h1>
2424
</chakra.div>
2525
<chakra.p
26-
maxW="560px"
26+
:maxW="{ base: '560px', lg: '650px' }"
2727
opacity="0.7"
2828
:fontSize="{ base: 'lg', lg: 'xl' }"
2929
mt="6"

0 commit comments

Comments
 (0)