File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ import { ReactComponent as HashicorpIcon } from '../../images/menu_icons_hashico
39
39
import { ReactComponent as NutanixIcon } from '../../images/menu_icons_nutanix.svg'
40
40
import { ReactComponent as OracleIcon } from '../../images/menu_icons_oracle.svg'
41
41
import { ReactComponent as AiGatewayIcon } from '../../images/menu_icons_ai_gateway.svg'
42
- import ColumnBg from '../../images/gradient-left-glow.png'
43
42
44
43
import PostCard from './PostCard'
45
44
import NavHeader from './NavHeader'
@@ -277,7 +276,7 @@ const MainNav = () => {
277
276
icon : < HashicorpIcon /> ,
278
277
} ,
279
278
] }
280
- bgImage = { ColumnBg }
279
+ bgImage = { 'https://containous.ghost.io/content/images/2025/05/gradient-left-glow.png' }
281
280
colors = { {
282
281
heading : '#f9fafa' ,
283
282
text : '#b3bac0' ,
You can’t perform that action at this time.
0 commit comments