depapp / IndoGitHubers

IndoGitHubers is an application that displays the GitHub rank of users in Indonesia.
https://indogithubers.com
67 stars 15 forks source link

[🙏] Make the username clickable to the detail page #24

Closed mazipan closed 1 day ago

mazipan commented 2 days ago

In desktop it's already there, but still missing in the mobile view

hannahchapman79 commented 2 days ago

Hello & selemat pagi! I would like to work on this issue, please could you assign it to me?

depapp commented 2 days ago

Hello & selemat pagi! I would like to work on this issue, please could you assign it to me?

@hannahchapman79 thank you for your willingness to contribute to this project. I have assigned the issue to you.

mazipan commented 2 days ago

You can update the code at card-users.tsx#L45-L47

 <Link
    to={`/u/${user?.username}`}
    className="underline"
  >
     <span className="text-sm text-muted-foreground">
      @{user?.username}
     </span>
</Link>
hannahchapman79 commented 1 day ago

Thank you, I have submitted the following pull request: https://github.com/depapp/IndoGitHubers/pull/41