File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import './styles.css'
66import { siteMetadata } from '../../../gatsby-config'
77
88const Category = ( { name } = { } ) => {
9- console . log ( name )
109 const { subtitle } = siteMetadata . categories [ name ]
1110 const icon = iconToCategoryMap [ name ] || genericIcon
1211
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ import Layout from '../../components/Layout'
77import Header from '../../components/Header'
88import Browser from '../../components/Browser'
99
10+ import 'bulma/css/bulma.css'
11+
1012import './styles.css'
1113import '../material-page/styles.css'
1214
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ import Layout from '../../components/Layout'
77
88import Header from '../../components/Header'
99
10+ import 'bulma/css/bulma.css'
11+
1012import './styles.css'
1113
1214export default function Template ( { data, ...test } ) {
You can’t perform that action at this time.
0 commit comments