We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4788bd8 commit fb0ff65Copy full SHA for fb0ff65
1 file changed
src/components/footer.jsx
@@ -7,8 +7,6 @@ import { getConfigAndConceptSchemes } from "../hooks/configAndConceptSchemes"
7
const Footer = () => {
8
const { config } = getConfigAndConceptSchemes()
9
10
- //console.log("CONFIG:", config)
11
-
12
const style = css`
13
background: ${config.colors.skoHubMiddleColor};
14
color: ${config.colors.skoHubWhite};
0 commit comments