Update developer card link path

cgen-d50e49c1b44e44e89af2308d5dd24c94
This commit is contained in:
Builder.io 2025-10-04 21:53:22 +00:00
parent a5eb151100
commit 7cd29f860b

View file

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