From 801012f3f3e529115be11a22c93f9080661c3b17 Mon Sep 17 00:00:00 2001 From: Brandon Presley Date: Wed, 28 Sep 2022 16:49:29 +1300 Subject: [PATCH] Specify icon for search in Page.tsx --- Page.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Page.tsx b/Page.tsx index 7a9623c..13e685b 100644 --- a/Page.tsx +++ b/Page.tsx @@ -17,7 +17,12 @@ export default function Page({ }) { return ( - + {children} {onAdd && }