From 6f14fe7f4ea2472a09bdc1b18c03acf232b8b6f1 Mon Sep 17 00:00:00 2001 From: Ryukemeister Date: Mon, 9 Oct 2023 21:47:53 +0530 Subject: [PATCH] add btn from shadcn ui --- packages/atoms/availabilitylist/EmptyScreen.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/atoms/availabilitylist/EmptyScreen.tsx b/packages/atoms/availabilitylist/EmptyScreen.tsx index 16964678b9..e88b0d5d93 100644 --- a/packages/atoms/availabilitylist/EmptyScreen.tsx +++ b/packages/atoms/availabilitylist/EmptyScreen.tsx @@ -1,3 +1,4 @@ +import { Button } from "@/components/ui/button"; import type { LucideIcon as IconType } from "lucide-react"; import type { ReactNode } from "react"; import React from "react"; @@ -58,6 +59,7 @@ export function EmptyScreen({ {description} )} + {buttonOnClick && buttonText && } {buttonRaw}