Skip to content

Commit 83d9912

Browse files
Minor google search iteration (#1282)
1 parent 9d44789 commit 83d9912

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_components/SearchInput.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ export default function SearchInput() {
44
action="https://www.google.com/search"
55
method="get"
66
class="search m-0"
7+
target="_blank"
78
>
8-
<input type="hidden" name="q" id="q" value="site:https://deno.com" />
99
<input
1010
type="search"
1111
name="q"
@@ -30,6 +30,7 @@ export default function SearchInput() {
3030
hover:bg-slate-200
3131
duration-150 ease-in-out"
3232
/>
33+
<input type="hidden" name="q" id="q" value="site:deno.com" />
3334
</form>
3435
);
3536
}

0 commit comments

Comments
 (0)