Skip to content

Commit

Permalink
πŸ’„(frontend) remove pencil icon from inputs
Browse files Browse the repository at this point in the history
- remove icon from input used for naming a group/team name
  • Loading branch information
daproclaima committed Jul 31, 2024
1 parent 7f815b6 commit a00a2d6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export const InputTeamName = ({
setTeamName(e.target.value);
setIsInputError(false);
}}
rightIcon={<span className="material-icons">edit</span>}
state={isInputError ? 'error' : 'default'}
/>
{isError && error && <TextErrors causes={error.cause} />}
Expand Down

0 comments on commit a00a2d6

Please sign in to comment.