Skip to content

Commit

Permalink
Clean the code
Browse files Browse the repository at this point in the history
  • Loading branch information
fhlavac committed Sep 26, 2023
1 parent b5653b2 commit b674964
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/module/src/Ansible/Ansible.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,13 @@ const Ansible: React.FunctionComponent<AnsibleProps> = ({ unsupported, className

const ariaLabels = unsupported ? {
disabled: 'disabled',
['aria-label']: 'Does not have Ansible support',
} : { ['aria-label']: 'Has Ansible support' };
'aria-label': 'Does not have Ansible support',
} : { 'aria-label': 'Has Ansible support' };

return (
<i className={ansibleLogoClass} {...ariaLabels} {...props}>
<svg
version="1.1"
id="Layer_1"
x="0px"
y="0px"
viewBox="0 0 2032 2027.2"
Expand Down

0 comments on commit b674964

Please sign in to comment.