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

Commit 7f46a29

Browse files
committed
docs: add link to react website
1 parent f0eed01 commit 7f46a29

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/chakra-ui-docs/components/Navbar.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
list-style-type="none"
1919
ml="auto"
2020
>
21+
<CBox as="li" mr="4">
22+
<CLink color="gray.600" :_hover="{ color : 'vue.400' }" is-external href="https://chakra-ui.com/">
23+
Chakra UI React
24+
</CLink>
25+
</CBox>
2126
<CBox as="li" mr="4">
2227
<CLink color="gray.500" :_hover="{ color : 'vue.400' }" is-external href="https://github.com/chakra-ui/chakra-ui-vue">
2328
<CIcon name="github" size="20px" />

0 commit comments

Comments
 (0)