Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thedevs-network/kutt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'client/components/Shortener.tsx')
-rw-r--r--client/components/Shortener.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/components/Shortener.tsx b/client/components/Shortener.tsx
index 4017693..d7b5f48 100644
--- a/client/components/Shortener.tsx
+++ b/client/components/Shortener.tsx
@@ -204,6 +204,7 @@ const Shortener = () => {
placeholder="Paste your long URL"
placeholderSize={[16, 17, 18]}
fontSize={[18, 20, 22]}
+ aria-label="target"
width={1}
height={[58, 64, 72]}
px={0}
@@ -212,7 +213,7 @@ const Shortener = () => {
autoFocus
data-lpignore
/>
- <SubmitIconWrapper onClick={onSubmit}>
+ <SubmitIconWrapper onClick={onSubmit} role="button" aria-label="submit">
<Icon
name={loading ? "spinner" : "send"}
size={[22, 26, 28]}