We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e542a4 commit a440fbfCopy full SHA for a440fbf
apps/landing-app/src/components/home/Hero.tsx
@@ -92,7 +92,7 @@ export default function Hero(props: Props) {
92
"text-center lg:text-start",
93
)}
94
>
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}
+ <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}
96
</Paragraph>
97
</div>
98
<div className="mt-[2.25rem] flex flex-row items-center">
0 commit comments