Skip to content

Commit

Permalink
feat: updated highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhk20 committed Aug 12, 2024
1 parent 7637b0d commit b87b071
Showing 1 changed file with 8 additions and 26 deletions.
34 changes: 8 additions & 26 deletions layouts/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ function Layout({
rel="noopener noreferrer"
href={`https://ui.gluestack.io//?utm_source=nativebase-docs&utm_medium=banner+&utm_campaign=nativebase-banner-cta&utm_id=nativebase-campaign-banner`}
> */}
{/* <Stack
<Stack
alignItems={{ md: "center" }}
justifyContent={{ md: "center" }}
overflow="hidden"
Expand Down Expand Up @@ -377,33 +377,15 @@ function Layout({
>
<AlertIcon height={18} width={18} />
<Text ml="1">
Please opt in to our enterprise plan (coming soon) for
priority support with NativeBase. If you are starting a
new project, we recommend using{" "}
<a href="https://ui.gluestack.io/" target="_blank">
<Text
fontWeight="semibold"
textDecorationLine="underline"
>
gluestack-ui
</Text>
</a>
{". "}
For your existing projects, you can utilize{" "}
<a
href="https://gluestack.io/ui/docs/migration/native-base-to-gluestack-ui"
target="_blank"
>
<Text
fontWeight="semibold"
textDecorationLine="underline"
>
@gluestack-ui/themed
</Text>
</a>
{" "}
If you are starting a new project, please try{" "}
<Link href="https://gluestack.io/ui/docs/home/getting-started/installation">
gluestack-ui
</Link>{" "}
for better performance and new design.
</Text>
</Box>
</Stack> */}
</Stack>
{/* </a> */}
<Box flexDirection="row" flex={1}>
<MainContent
Expand Down

0 comments on commit b87b071

Please sign in to comment.