From 38d545c41f3a477f34f73a088ab84dd629b127b7 Mon Sep 17 00:00:00 2001 From: ankushKun Date: Wed, 22 May 2024 13:33:08 +0530 Subject: [PATCH] icons hover state --- next_app/src/components/ao/blueprints.tsx | 2 +- next_app/src/components/ao/modules.tsx | 2 +- next_app/src/components/ao/share.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/next_app/src/components/ao/blueprints.tsx b/next_app/src/components/ao/blueprints.tsx index 922e8c4..d1c6038 100644 --- a/next_app/src/components/ao/blueprints.tsx +++ b/next_app/src/components/ao/blueprints.tsx @@ -41,7 +41,7 @@ export default function Blueprints() { if (!project.process) return toast({ title: "Process id missing", description: "The active project doesnot seem to have a process id" }); setOpen(true); }}> -
+
{/* Blueprints */}
BLUEPRINTS
diff --git a/next_app/src/components/ao/modules.tsx b/next_app/src/components/ao/modules.tsx index a6678aa..39a23e1 100644 --- a/next_app/src/components/ao/modules.tsx +++ b/next_app/src/components/ao/modules.tsx @@ -35,7 +35,7 @@ export default function Modules() { if (!project.process) return toast({ title: "Process id missing", description: "The active project doesnot seem to have a process id" }); setOpen(true); }}> -
+
{/* Modules */}
MODULES
diff --git a/next_app/src/components/ao/share.tsx b/next_app/src/components/ao/share.tsx index a9ac6ee..a0dce6d 100644 --- a/next_app/src/components/ao/share.tsx +++ b/next_app/src/components/ao/share.tsx @@ -91,7 +91,7 @@ export default function Share() { if (!project.process) return toast({ title: "Process id missing", description: "The active project doesnot seem to have a process id" }); setOpen(true); }}> -
+
{/* Send */}
SHARE