diff --git a/src/components/Header/index.js b/src/components/Header/index.js
index 5329a86..1985442 100644
--- a/src/components/Header/index.js
+++ b/src/components/Header/index.js
@@ -54,7 +54,7 @@ export default () => (
October 18, 2022
TU Delft - Aula Congrescentrum
-
+ {/* */}
↓
diff --git a/src/components/lib/Link.js b/src/components/lib/Link.js
index cd9cae9..199ad3f 100644
--- a/src/components/lib/Link.js
+++ b/src/components/lib/Link.js
@@ -5,11 +5,11 @@ import { theme } from '../../utilities/styles'
import { Link } from 'react-router-dom'
const ReactLink = styled(Link)`
- color: ${theme('colors','primary')};
+ color: ${theme('colors','success')};
`
const HtmlLink = styled.a`
- color: ${theme('colors','primary')};
+ color: ${theme('colors','success')};
`
export default ({href, ...rest}) => href