From 3b0548f81f88bdabc24bc9da11cbd2210c5cb9c2 Mon Sep 17 00:00:00 2001 From: Mohamad Choupan Date: Tue, 17 Dec 2024 22:02:43 +0330 Subject: [PATCH] feat: change integration icon --- ui/src/pages/schema/index.tsx | 52 ++--------------------------------- 1 file changed, 2 insertions(+), 50 deletions(-) diff --git a/ui/src/pages/schema/index.tsx b/ui/src/pages/schema/index.tsx index 44565e5..d5a151b 100644 --- a/ui/src/pages/schema/index.tsx +++ b/ui/src/pages/schema/index.tsx @@ -13,6 +13,7 @@ import { RiCheckLine, RiCloudLine, RiInformationLine, + RiOpenSourceLine, RiSubtractLine, RiUserLine, } from "@remixicon/react"; @@ -87,56 +88,7 @@ export default function Schema() { const GetTierIcon =(tier: string) =>{ if (tier === "Community") { return ( - - - - - - - - - + ); } else if (tier === "Premium") { return (