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

add: visible links #1992

Merged
merged 2 commits into from
Nov 5, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/Components/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,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">Eddie Jaoude&apos;s</Link> profile for an
See <Link style={{ color: "#5917ff" }} to="/eddiejaoude">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">
<a style={{ color: "#5917ff" }} href="https://github.com/EddieHubCommunity/LinkFree#-to-add-your-profile">
instructions
</a>
.
Expand Down