Update developer card link path
cgen-d50e49c1b44e44e89af2308d5dd24c94
This commit is contained in:
parent
a5eb151100
commit
7cd29f860b
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ const DeveloperCard = ({ profile }: ProfileCardProps) => {
|
|||
className="w-full border-slate-700/70 text-slate-100 transition-colors hover:border-aethex-400/60 hover:text-white"
|
||||
>
|
||||
<Link
|
||||
to={`/profiles/${profile.id}`}
|
||||
to={`/developers/${profile.id}`}
|
||||
className="flex items-center justify-center gap-2"
|
||||
>
|
||||
<UserRound className="h-4 w-4" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue