diff --git a/src/Components/Home.js b/src/Components/Home.js
index c3aa9d856b9..f297ab2ce95 100644
--- a/src/Components/Home.js
+++ b/src/Components/Home.js
@@ -8,6 +8,10 @@ import { useTheme } from '../ThemeContext'
function Home() {
const darkTheme = useTheme()
+ const darkModeLinkColor = {
+ color: darkTheme ? '#219ebc' : '#355070',
+ }
+
return (
<>
- See Eddie Jaoude's profile for an + See Eddie Jaoude's profile for an example. Want to add your profile? Read the{' '} - + instructions .