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.
1 parent f4d4d80 commit 418f267Copy full SHA for 418f267
src/components/SearchBar.js
@@ -23,7 +23,7 @@ const SearchBar = ({ className }) => {
23
if (searchTerm) {
24
window.open(
25
'https://www.google.com/search?as_sitesearch=processing.org&as_q=' +
26
- searchTerm,
+ searchTerm,
27
'_blank'
28
);
29
}
0 commit comments