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

Commit ca36960

Browse files
Merge pull request #231 from lauragift21/docs/link-react-vue-docs
docs: Add Link to React Website
2 parents a67727c + 78c165c commit ca36960

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)