fix: links

This commit is contained in:
Junior Garcia 2025-01-16 18:54:53 -03:00
parent b8e7b94586
commit 86d5d6977b
4 changed files with 4 additions and 9 deletions

View File

@ -78,7 +78,7 @@ export const ComponentLinks = ({
return ( return (
<div className="flex flex-wrap gap-3 mt-6"> <div className="flex flex-wrap gap-3 mt-6">
<ButtonLink <ButtonLink
href={`https://storybook.heroui.org/?path=/story/components-${ href={`https://storybook.heroui.com/?path=/story/components-${
storybook || component storybook || component
}--default`} }--default`}
startContent={<StorybookIcon className="text-lg text-[#ff4785]" />} startContent={<StorybookIcon className="text-lg text-[#ff4785]" />}

View File

@ -121,7 +121,7 @@ export const HeroUIProSection = () => {
as={"a"} as={"a"}
className="px-6 flex items-center" className="px-6 flex items-center"
color="primary" 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" rel="noopener noreferrer"
target="_blank" target="_blank"
> >

View File

@ -73,7 +73,7 @@ export const ProBanner = () => {
<div className="flex w-full items-center justify-between md:justify-center gap-x-3"> <div className="flex w-full items-center justify-between md:justify-center gap-x-3">
<a <a
className="text-small flex items-end sm:text-[0.93rem] text-foreground hover:opacity-80 transition-opacity" className="text-small flex items-end sm:text-[0.93rem] text-foreground hover:opacity-80 transition-opacity"
href="https://heroui.pro?utm_source=heroui.org&utm_medium=top-banner" href="https://heroui.pro?utm_source=heroui.com&utm_medium=top-banner"
rel="noopener noreferrer" rel="noopener noreferrer"
target="_blank" target="_blank"
onClick={handleClick} onClick={handleClick}
@ -96,7 +96,7 @@ export const ProBanner = () => {
</a> </a>
<a <a
className="flex group min-w-[120px] items-center font-semibold text-foreground shadow-sm gap-1.5 relative overflow-hidden rounded-full p-[1px] focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-primary" className="flex group min-w-[120px] items-center font-semibold text-foreground shadow-sm gap-1.5 relative overflow-hidden rounded-full p-[1px] focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-primary"
href="https://heroui.pro?utm_source=heroui.org&utm_medium=top-banner" href="https://heroui.pro?utm_source=heroui.com&utm_medium=top-banner"
rel="noopener noreferrer" rel="noopener noreferrer"
onClick={handleClick} onClick={handleClick}
> >

View File

@ -327,11 +327,6 @@ function App() {
``` ```
</Steps> </Steps>
<Blockquote color="warning">
Version 2 is only compatible with React 18 or later. If you are using React 17 or earlier, please
use <Link href="https://v1.heroui.org/docs/getting-started" isExternal> version 1 of HeroUI</Link>.
</Blockquote>
## Framework Guides ## Framework Guides
HeroUI is compatible with your preferred framework. We have compiled comprehensive, step-by-step tutorials for the following frameworks: HeroUI is compatible with your preferred framework. We have compiled comprehensive, step-by-step tutorials for the following frameworks: