Skip to content

Commit b1a2f38

Browse files
authored
fix: bg image not visible on Better Together column (#59)
* fix: bg image not visible on Better Together column * remove unused import
1 parent ba25861 commit b1a2f38

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/nav/MainNav.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ import { ReactComponent as HashicorpIcon } from '../../images/menu_icons_hashico
3939
import { ReactComponent as NutanixIcon } from '../../images/menu_icons_nutanix.svg'
4040
import { ReactComponent as OracleIcon } from '../../images/menu_icons_oracle.svg'
4141
import { ReactComponent as AiGatewayIcon } from '../../images/menu_icons_ai_gateway.svg'
42-
import ColumnBg from '../../images/gradient-left-glow.png'
4342

4443
import PostCard from './PostCard'
4544
import NavHeader from './NavHeader'
@@ -277,7 +276,7 @@ const MainNav = () => {
277276
icon: <HashicorpIcon />,
278277
},
279278
]}
280-
bgImage={ColumnBg}
279+
bgImage={'https://containous.ghost.io/content/images/2025/05/gradient-left-glow.png'}
281280
colors={{
282281
heading: '#f9fafa',
283282
text: '#b3bac0',

0 commit comments

Comments
 (0)