Skip to content

Commit

Permalink
fix: Changed wrong ids
Browse files Browse the repository at this point in the history
  • Loading branch information
TiagoRibeiro25 committed Aug 25, 2023
1 parent 753188e commit 0a52a6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/ProfileEdit/components/NameAndDescription/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ const NameAndDescription: React.FC<NameAndDescriptionProps> = ({
<div className="flex flex-row justify-center mt-6 space-x-10 sm:space-x-20">
<Button
type="submit"
id="update-user-picture-button"
id="update-username-and-description-button"
className={classNames(
'text-white bg-zinc-800 py-1.5 disabled:cursor-not-allowed flex justify-center',
isLoading ? 'w-36' : 'w-32',
Expand All @@ -126,7 +126,7 @@ const NameAndDescription: React.FC<NameAndDescriptionProps> = ({

<Button
type="reset"
id="reset-user-picture-button"
id="reset-username-and-description-button"
className={classNames(
'text-black bg-white border border-zinc-800 py-1.5 w-32 flex justify-center disabled:cursor-not-allowed',
isLoading ? 'w-36' : 'w-32',
Expand Down

0 comments on commit 0a52a6b

Please sign in to comment.