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
24e04f1ace
commit
b7e0dc2b1e
@ -8,7 +8,7 @@ import {
|
||||
import { LandingHeroCenterSvg } from "./icons/landing-hero-center";
|
||||
import { LandingHeroGridSvg } from "./icons/landing-hero-grid";
|
||||
import { LandingHeroAntdIcon } from "./icons/landing-hero/antd";
|
||||
import { LandingHeroAppwriteIcon } from "./icons/landing-hero/appwrite";
|
||||
import { LandingHeroOpenRestyIcon } from "./icons/landing-hero/openresty";
|
||||
import { LandingHeroAuth0Icon } from "./icons/landing-hero/auth0";
|
||||
import { LandingHeroChakraUIIcon } from "./icons/landing-hero/chakra";
|
||||
import { LandingHeroGoogleIcon } from "./icons/landing-hero/google";
|
||||
@ -152,7 +152,7 @@ const backendItems: ItemType[] = [
|
||||
{
|
||||
name: "LiteSpeed",
|
||||
icon: (props: React.SVGProps<SVGSVGElement>) => (
|
||||
<LandingHeroAppwriteIcon
|
||||
<LandingHeroOpenRestyIcon
|
||||
{...props}
|
||||
className={clsx(
|
||||
"text-gray-1000 dark:text-gray-0",
|
||||
|
Loading…
Reference in New Issue
Block a user