fix(andreknie.de): close accessibility and performance review gaps

This commit is contained in:
2026-07-29 00:05:18 +02:00
parent 88bd952a60
commit c4b5aa40ab
19 changed files with 198 additions and 58 deletions
@@ -45,6 +45,7 @@ export default function Articles() {
<input
type="text"
placeholder="Artikel durchsuchen..."
aria-label="Artikel durchsuchen"
value={searchQuery}
onChange={(e) => setSearchQuery(e.target.value)}
style={{