Skip to content

Commit

Permalink
chore: fixing the url in heroui pro section (#4620)
Browse files Browse the repository at this point in the history
Co-authored-by: աӄա <[email protected]>
  • Loading branch information
macci001 and wingkwong authored Jan 21, 2025
1 parent 201c61b commit ceb6385
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/docs/components/marketing/heroui-pro-section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ export const HeroUIProSection = () => {

if (isDarkMode) {
imgSrc = isMobile
? "/images/nextuipro[email protected]"
: "/images/nextuipro-section-background.webp";
? "/images/herouipro[email protected]"
: "/images/herouipro-section-background.webp";
} else {
imgSrc = isMobile
? "/images/nextuipro[email protected]"
: "/images/nextuipro-section-background-light.webp";
? "/images/herouipro[email protected]"
: "/images/herouipro-section-background-light.webp";
}

const mobileClassName: string = isDarkMode
Expand Down

0 comments on commit ceb6385

Please sign in to comment.