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 ( <>
@@ -31,9 +35,9 @@ function Home() { It is an open-source alternative to Linktree implemented in JavaScript

- See Eddie Jaoude's profile for an + See Eddie Jaoude's profile for an example. Want to add your profile? Read the{' '} - + instructions .