From c44267d18fd13cd8f13658a5f3cce3f38682ac8c Mon Sep 17 00:00:00 2001 From: mistie Date: Wed, 25 Sep 2024 09:32:57 +0100 Subject: [PATCH] added arrow right icon --- components/home-client/index.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/home-client/index.tsx b/components/home-client/index.tsx index 7297c00..cb7e813 100644 --- a/components/home-client/index.tsx +++ b/components/home-client/index.tsx @@ -22,6 +22,7 @@ import { EyeOff, Info, MoveUpRight, + ArrowRight, Palette, } from "lucide-react"; import { AddTaskFormSchema } from "@/schema/schema"; @@ -244,7 +245,9 @@ export default function HomeClient() { type="submit" className="w-full dark:bg-white/20 bg-gray-200 border border-black/10 hover:bg-gray-300 hover:dark:bg-white/80 dark:text-white text-dark transition-colors duration-200" > + Add Task +