Skip to content

Commit a440fbf

Browse files
committed
Update Hero.tsx
1 parent 4e542a4 commit a440fbf

File tree

1 file changed

+1
-1
lines changed
  • apps/landing-app/src/components/home

1 file changed

+1
-1
lines changed

apps/landing-app/src/components/home/Hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export default function Hero(props: Props) {
9292
"text-center lg:text-start",
9393
)}
9494
>
95-
<span className="bg-blue-100 text-blue-600 me-2 px-2.5 py-0.5 rounded dark:bg-blue-900 dark:text-blue-300">{`${process.env.LANDING_DOMAIN}`}</span>{props.descriptionKey}
95+
<span className="bg-blue-100 text-blue-600 me-2 px-2.5 py-0.5 rounded dark:bg-blue-900 dark:text-blue-300">{`${process.env.NEXT_PUBLIC_LANDING_DOMAIN}`}</span>{props.descriptionKey}
9696
</Paragraph>
9797
</div>
9898
<div className="mt-[2.25rem] flex flex-row items-center">

0 commit comments

Comments
 (0)