Skip to content

Commit

Permalink
add link to madeWithNativeBase
Browse files Browse the repository at this point in the history
  • Loading branch information
amars29 committed Mar 4, 2022
1 parent 2669fc2 commit 670b81e
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions layouts/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import React, { useEffect, useContext } from "react";
import {
Box,
HStack,
Link,
ScrollView,
Text,
useBreakpointValue,
Expand Down Expand Up @@ -246,15 +247,24 @@ function Layout({
<NativebaseIconLogo width="125" height="130" />
</Box>

<Text
<Link
pl="6"
_light={{ color: "black" }}
_dark={{ color: "coolGray.50" }}
_text={{
_light: {
color: "black",
},
_dark: {
color: "coolGray.50",
},
fontSize: "sm",
}}
m="auto"
fontSize="sm"
isUnderlined={false}
href="https://madewithnativebase.com/"
isExternal
>
MadeWithNativeBase
</Text>
</Link>
</Box>
</Box>
</>
Expand Down

0 comments on commit 670b81e

Please sign in to comment.