From 65f4aafc68b0a59f9038470e9a9f30078b072e40 Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Mon, 29 Sep 2025 22:04:52 +0100 Subject: [PATCH] add template layout fix --- src/components/products/AddTemplate.jsx | 54 ++++++++++++------------- 1 file changed, 26 insertions(+), 28 deletions(-) diff --git a/src/components/products/AddTemplate.jsx b/src/components/products/AddTemplate.jsx index 9bd8b70..7f874fc 100644 --- a/src/components/products/AddTemplate.jsx +++ b/src/components/products/AddTemplate.jsx @@ -52,37 +52,35 @@ export default function AddTemplate() {
-
-
-
- - -
-
- - -
+
+
+ + +
+
+ +
-
+
+ className='px-4 h-full bg-primary text-white font-bold rounded-md'>{customTemplate.isPending ? 'loading...' : 'Add'}
{customTemplate.error && -- 2.34.1