Skip to content

Commit

Permalink
Merge pull request #267 from GeekyAnts/feat/mwn-s
Browse files Browse the repository at this point in the history
add link to madeWithNativeBase
  • Loading branch information
rayan1810 authored Mar 4, 2022
2 parents 2669fc2 + 670b81e commit fbce44b
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

1 comment on commit fbce44b

@vercel
Copy link

@vercel vercel bot commented on fbce44b Mar 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.