We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5587c1d + 046d78e commit d2d097aCopy full SHA for d2d097a
components/Hero.tsx
@@ -65,6 +65,7 @@ function Hero() {
65
placeholder="Search for your language"
66
className="input input-bordered w-full text-neutral-100 border-2023-bavarian-gold-2 focus:outline-2023-bavarian-gold-2 max-w-xs rounded-tr-none rounded-br-none bg-transparent"
67
name="search"
68
+ autoComplete="off"
69
/>
70
<button
71
type="submit"
@@ -89,7 +90,7 @@ const SearchIcon = () => (
89
90
<svg
91
className="w-6 h-6"
92
fill="none"
- stroke="currentColor"
93
+ stroke="white"
94
viewBox="0 0 24 24"
95
xmlns="http://www.w3.org/2000/svg"
96
>
0 commit comments