Skip to content

Commit 951cb38

Browse files
committed
fix: bg image not visible on Better Together column
1 parent ba25861 commit 951cb38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/nav/MainNav.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ const MainNav = () => {
277277
icon: <HashicorpIcon />,
278278
},
279279
]}
280-
bgImage={ColumnBg}
280+
bgImage={'https://containous.ghost.io/content/images/2025/05/gradient-left-glow.png'}
281281
colors={{
282282
heading: '#f9fafa',
283283
text: '#b3bac0',

0 commit comments

Comments
 (0)