Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
fix: visible links (#1992)
Browse files Browse the repository at this point in the history
Co-authored-by: Eddie Jaoude <eddie@jaoudestudios.com>
  • Loading branch information
kartikgajjar7 and eddiejaoude committed Nov 5, 2022
1 parent d79eff0 commit cd7fbb7
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions src/Components/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,18 +60,9 @@ function Home() {
It is an open-source alternative to Linktree implemented in JavaScript
</p>
<p className="text-1xl text-center">
See{' '}
<Link
to="/eddiejaoude"
className={`${darkTheme ? 'text-blue-200' : ''}`}
>
Eddie Jaoude&apos;s
</Link>{' '}
profile for an example. Want to add your profile? Read the{' '}
<a
href="https://github.com/EddieHubCommunity/LinkFree#-to-add-your-profile"
className={`${darkTheme ? 'text-blue-200' : ''}`}
>
See <Link style={{ color: "#5917ff" }} to="/eddiejaoude">Eddie Jaoude&apos;s</Link> profile for an
example. Want to add your profile? Read the{' '}
<a style={{ color: "#5917ff" }} href="https://github.com/EddieHubCommunity/LinkFree#-to-add-your-profile">
instructions
</a>
.
Expand Down

0 comments on commit cd7fbb7

Please sign in to comment.