Skip to content

Commit d2d097a

Browse files
Merge pull request #159 from maitri-vv/main
changes to issue: #132 done
2 parents 5587c1d + 046d78e commit d2d097a

File tree

2 files changed

+4290
-1
lines changed

2 files changed

+4290
-1
lines changed

components/Hero.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ function Hero() {
6565
placeholder="Search for your language"
6666
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"
6767
name="search"
68+
autoComplete="off"
6869
/>
6970
<button
7071
type="submit"
@@ -89,7 +90,7 @@ const SearchIcon = () => (
8990
<svg
9091
className="w-6 h-6"
9192
fill="none"
92-
stroke="currentColor"
93+
stroke="white"
9394
viewBox="0 0 24 24"
9495
xmlns="http://www.w3.org/2000/svg"
9596
>

0 commit comments

Comments
 (0)