mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
fix: links
This commit is contained in:
parent
b8e7b94586
commit
86d5d6977b
@ -78,7 +78,7 @@ export const ComponentLinks = ({
|
||||
return (
|
||||
<div className="flex flex-wrap gap-3 mt-6">
|
||||
<ButtonLink
|
||||
href={`https://storybook.heroui.org/?path=/story/components-${
|
||||
href={`https://storybook.heroui.com/?path=/story/components-${
|
||||
storybook || component
|
||||
}--default`}
|
||||
startContent={<StorybookIcon className="text-lg text-[#ff4785]" />}
|
||||
|
||||
@ -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"
|
||||
>
|
||||
|
||||
@ -73,7 +73,7 @@ export const ProBanner = () => {
|
||||
<div className="flex w-full items-center justify-between md:justify-center gap-x-3">
|
||||
<a
|
||||
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"
|
||||
target="_blank"
|
||||
onClick={handleClick}
|
||||
@ -96,7 +96,7 @@ export const ProBanner = () => {
|
||||
</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"
|
||||
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"
|
||||
onClick={handleClick}
|
||||
>
|
||||
|
||||
@ -327,11 +327,6 @@ function App() {
|
||||
```
|
||||
</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
|
||||
|
||||
HeroUI is compatible with your preferred framework. We have compiled comprehensive, step-by-step tutorials for the following frameworks:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user