Skip to content

Commit

Permalink
add aria-label to search button (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
maaaathis authored Feb 8, 2024
1 parent 331dfff commit 0253b98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/SearchForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ const SearchForm: FC<SearchFormProps> = (props): ReactElement => {
className="h-12 flex-[1]"
type="submit"
disabled={state !== FormStates.Initial}
aria-label="Lookup Domain"
>
{state === FormStates.Submitting && (
<Loader2 className="h-4 w-4 animate-spin md:mr-2" />
Expand Down

1 comment on commit 0253b98

@vercel
Copy link

@vercel vercel bot commented on 0253b98 Feb 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

digga – ./

digga-maathis.vercel.app
digga-git-main-maathis.vercel.app
digger.vercel.app
digga.dev

Please sign in to comment.