Update landing-hero-animation.tsx

This commit is contained in:
Stefan Pejcic 2024-02-06 11:09:29 +01:00 committed by GitHub
parent d42caa7e94
commit 98fc8039d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,7 +37,7 @@ const platformItems: ItemType[] = [
{
name: "OpenAdmin",
icon: (props: React.SVGProps<SVGSVGElement>) => (
<LandingHeroNextjsIcon
<LandingHeroViteIcon
{...props}
className={clsx(
"text-gray-1000 dark:text-gray-0",
@ -51,7 +51,7 @@ const platformItems: ItemType[] = [
{
name: "OpenCLI",
icon: (props: React.SVGProps<SVGSVGElement>) => (
<LandingHeroRemixIcon
<LandingHeroViteIcon
{...props}
className={clsx(
"text-gray-1000 dark:text-gray-0",