Skip to content

Commit

Permalink
Minor google search iteration (#1282)
Browse files Browse the repository at this point in the history
  • Loading branch information
philhawksworth authored Dec 19, 2024
1 parent 9d44789 commit 83d9912
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _components/SearchInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ export default function SearchInput() {
action="https://www.google.com/search"
method="get"
class="search m-0"
target="_blank"
>
<input type="hidden" name="q" id="q" value="site:https://deno.com" />
<input
type="search"
name="q"
Expand All @@ -30,6 +30,7 @@ export default function SearchInput() {
hover:bg-slate-200
duration-150 ease-in-out"
/>
<input type="hidden" name="q" id="q" value="site:deno.com" />
</form>
);
}

0 comments on commit 83d9912

Please sign in to comment.