aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/components/Settings.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/components/Settings.tsx')
-rw-r--r--frontend/src/components/Settings.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/src/components/Settings.tsx b/frontend/src/components/Settings.tsx
index 6b6dab1..16cf6a3 100644
--- a/frontend/src/components/Settings.tsx
+++ b/frontend/src/components/Settings.tsx
@@ -131,6 +131,7 @@ export default function Settings() {
<input
type="file"
accept=".opml,.xml,.txt"
+ aria-label="Import Feeds"
onChange={(e) => setImportFile(e.target.files?.[0] || null)}
className="file-input"
disabled={loading}