Skip to content

Commit

Permalink
fix: links
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgarciadev committed Jan 16, 2025
1 parent b8e7b94 commit 86d5d69
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion apps/docs/components/docs/components/component-links.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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]" />}
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/components/marketing/heroui-pro-section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
>
Expand Down
4 changes: 2 additions & 2 deletions apps/docs/components/pro-banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand All @@ -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}
>
Expand Down
5 changes: 0 additions & 5 deletions apps/docs/content/docs/guide/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 86d5d69

Please sign in to comment.