Skip to content

Commit b87b071

Browse files
committedAug 12, 2024·
feat: updated highlight
1 parent 7637b0d commit b87b071

File tree

1 file changed

+8
-26
lines changed

1 file changed

+8
-26
lines changed
 

‎layouts/index.tsx

+8-26
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ function Layout({
347347
rel="noopener noreferrer"
348348
href={`https://ui.gluestack.io//?utm_source=nativebase-docs&utm_medium=banner+&utm_campaign=nativebase-banner-cta&utm_id=nativebase-campaign-banner`}
349349
> */}
350-
{/* <Stack
350+
<Stack
351351
alignItems={{ md: "center" }}
352352
justifyContent={{ md: "center" }}
353353
overflow="hidden"
@@ -377,33 +377,15 @@ function Layout({
377377
>
378378
<AlertIcon height={18} width={18} />
379379
<Text ml="1">
380-
Please opt in to our enterprise plan (coming soon) for
381-
priority support with NativeBase. If you are starting a
382-
new project, we recommend using{" "}
383-
<a href="https://ui.gluestack.io/" target="_blank">
384-
<Text
385-
fontWeight="semibold"
386-
textDecorationLine="underline"
387-
>
388-
gluestack-ui
389-
</Text>
390-
</a>
391-
{". "}
392-
For your existing projects, you can utilize{" "}
393-
<a
394-
href="https://gluestack.io/ui/docs/migration/native-base-to-gluestack-ui"
395-
target="_blank"
396-
>
397-
<Text
398-
fontWeight="semibold"
399-
textDecorationLine="underline"
400-
>
401-
@gluestack-ui/themed
402-
</Text>
403-
</a>
380+
{" "}
381+
If you are starting a new project, please try{" "}
382+
<Link href="https://gluestack.io/ui/docs/home/getting-started/installation">
383+
gluestack-ui
384+
</Link>{" "}
385+
for better performance and new design.
404386
</Text>
405387
</Box>
406-
</Stack> */}
388+
</Stack>
407389
{/* </a> */}
408390
<Box flexDirection="row" flex={1}>
409391
<MainContent

0 commit comments

Comments
 (0)
Please sign in to comment.