From 51f52b876078e8e1e4ce8b8fa7131aa90073e832 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D5=A1=D3=84=D5=A1?= Date: Sun, 19 Jan 2025 20:33:51 +0800 Subject: [PATCH] chore: fixing the url in heroui pro section --- apps/docs/components/marketing/heroui-pro-section.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/docs/components/marketing/heroui-pro-section.tsx b/apps/docs/components/marketing/heroui-pro-section.tsx index ea3fb7ca13..3d48ee2702 100644 --- a/apps/docs/components/marketing/heroui-pro-section.tsx +++ b/apps/docs/components/marketing/heroui-pro-section.tsx @@ -25,12 +25,12 @@ export const HeroUIProSection = () => { if (isDarkMode) { imgSrc = isMobile - ? "/images/nextuipro-section-background@mobile.webp" - : "/images/nextuipro-section-background.webp"; + ? "/images/herouipro-section-background@mobile.webp" + : "/images/herouipro-section-background.webp"; } else { imgSrc = isMobile - ? "/images/nextuipro-section-background-light@mobile.webp" - : "/images/nextuipro-section-background-light.webp"; + ? "/images/herouipro-section-background-light@mobile.webp" + : "/images/herouipro-section-background-light.webp"; } const mobileClassName: string = isDarkMode