From 86d5d6977b2c90634535eba92a368ec3bcdef5a2 Mon Sep 17 00:00:00 2001 From: Junior Garcia Date: Thu, 16 Jan 2025 18:54:53 -0300 Subject: [PATCH] fix: links --- apps/docs/components/docs/components/component-links.tsx | 2 +- apps/docs/components/marketing/heroui-pro-section.tsx | 2 +- apps/docs/components/pro-banner.tsx | 4 ++-- apps/docs/content/docs/guide/installation.mdx | 5 ----- 4 files changed, 4 insertions(+), 9 deletions(-) diff --git a/apps/docs/components/docs/components/component-links.tsx b/apps/docs/components/docs/components/component-links.tsx index ce7de2fee4..83f43c5f6c 100644 --- a/apps/docs/components/docs/components/component-links.tsx +++ b/apps/docs/components/docs/components/component-links.tsx @@ -78,7 +78,7 @@ export const ComponentLinks = ({ return (
} diff --git a/apps/docs/components/marketing/heroui-pro-section.tsx b/apps/docs/components/marketing/heroui-pro-section.tsx index 9c6915caf9..ea3fb7ca13 100644 --- a/apps/docs/components/marketing/heroui-pro-section.tsx +++ b/apps/docs/components/marketing/heroui-pro-section.tsx @@ -121,7 +121,7 @@ export const HeroUIProSection = () => { as={"a"} className="px-6 flex items-center" color="primary" - href="https://heroui.pro?utm_source=heroui.org&utm_medium=heroui-homepage-section" + href="https://heroui.pro?utm_source=heroui.com&utm_medium=heroui-homepage-section" rel="noopener noreferrer" target="_blank" > diff --git a/apps/docs/components/pro-banner.tsx b/apps/docs/components/pro-banner.tsx index 1295771cfd..81182e6033 100644 --- a/apps/docs/components/pro-banner.tsx +++ b/apps/docs/components/pro-banner.tsx @@ -73,7 +73,7 @@ export const ProBanner = () => {
{ diff --git a/apps/docs/content/docs/guide/installation.mdx b/apps/docs/content/docs/guide/installation.mdx index 170b3125c9..738dfaa104 100644 --- a/apps/docs/content/docs/guide/installation.mdx +++ b/apps/docs/content/docs/guide/installation.mdx @@ -327,11 +327,6 @@ function App() { ``` -
- Version 2 is only compatible with React 18 or later. If you are using React 17 or earlier, please - use version 1 of HeroUI. -
- ## Framework Guides HeroUI is compatible with your preferred framework. We have compiled comprehensive, step-by-step tutorials for the following frameworks: