Skip to content

Commit

Permalink
Merge v2.0 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
franccoina committed Nov 8, 2024
1 parent 005ec5f commit 118a425
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/cards/CardProfileLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const CardProfileLink: React.FC<IProfileCardProps> = ({
.map((ability: string) => ability.trim()) || [];

return (
<LinkProfile href="/user/settings" label="CONFIGURA">
<LinkProfile href="/user/profile" label="PERFIL">
<ProfileHeader>
<Avatar urlImage={userData?.urlImage} />
<div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/cards/CardUserSmall.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const CardUserSmall: React.FC<IShortProfileCardProps> = ({
userData
}) => {
return (
<LinkProfile href="/user/settings" label="CONFIGURA">
<LinkProfile href="/user/profile" label="PERFIL">
<ProfileHeader>
<Avatar urlImage={userData.urlImage} />
<div>
Expand Down

0 comments on commit 118a425

Please sign in to comment.