From 0ca62faf89775496320025c170c942b2cb3e1a20 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Sat, 8 Apr 2023 10:12:31 +0700 Subject: update theme color --- src/lib/brand/components/Brand.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/brand/components/Brand.jsx') diff --git a/src/lib/brand/components/Brand.jsx b/src/lib/brand/components/Brand.jsx index 6e156b8e..6ebb8aa7 100644 --- a/src/lib/brand/components/Brand.jsx +++ b/src/lib/brand/components/Brand.jsx @@ -58,7 +58,7 @@ const Brand = ({ id }) => { /> )} {!brand?.data?.logo && ( -
+
{brand?.data?.name}
)} @@ -102,7 +102,7 @@ const Brand = ({ id }) => { /> )} {!brand?.data?.logo && ( -
+
{brand?.data?.name}
)} -- cgit v1.2.3