From c847609013f74c22bf74d5e711ccbc3dad5f0794 Mon Sep 17 00:00:00 2001 From: sandygudie Date: Sat, 23 Dec 2023 15:45:09 +0100 Subject: [PATCH] updated button hover effects --- src/page/home/index.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/page/home/index.tsx b/src/page/home/index.tsx index 7465b94..5b44f98 100644 --- a/src/page/home/index.tsx +++ b/src/page/home/index.tsx @@ -131,13 +131,14 @@ export default function Index() {
{[ "Simplified board view.", + // "Handle multiple workspace.", "Handle multiple projects.", - "Smooth drag and drop.", + "Smooth drag and drop interaction.", "Optimal layout on device's screen size.", "Create, read, update, and delete boards and tasks.", "Keep track of any changes.", - "Toggle theme between dark and light modes.", - "Form validations.", + "Toggle theme between dark and light mode.", + "Form validation.", ].map((ele, index) => { return (