mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-26 04:17:14 +00:00
Make div clickable
This commit is contained in:
@@ -59,12 +59,12 @@ const Details = () => {
|
||||
<span>
|
||||
<AiFillGithub className="mr-2" />
|
||||
<a
|
||||
href={`https://github.com/${config.githubUsername}`}
|
||||
href={`https://github.com/${config.github.username}`}
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
className="text-base-content-important"
|
||||
>
|
||||
{config.githubUsername}
|
||||
{config.github.username}
|
||||
</a>
|
||||
</span>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user