summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/core/components/elements/Navbar/TopBanner.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/components/elements/Navbar/TopBanner.jsx b/src/core/components/elements/Navbar/TopBanner.jsx
index 69c2ab05..48b23a3d 100644
--- a/src/core/components/elements/Navbar/TopBanner.jsx
+++ b/src/core/components/elements/Navbar/TopBanner.jsx
@@ -9,7 +9,7 @@ const TopBanner = () => {
return (
topBanner.isFetched &&
topBanner.data?.length > 0 && (
- <div>
+ <div style={{ backgroundColor: topBanner.data[0]?.backgroundColor || 'transparent' }}>
<Image
src={topBanner.data[0].image}
alt={topBanner.data[0].name}