mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update landing-hero-animation.tsx
This commit is contained in:
parent
d42caa7e94
commit
98fc8039d7
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user