Make div clickable

This commit is contained in:
MD. Ariful Alam
2021-08-25 19:57:27 +06:00
parent 151f0f0874
commit de9f47c7a9
2 changed files with 13 additions and 7 deletions

View File

@@ -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>