Skip to content

Commit 1544d65

Browse files
committed
Go to Graphene-JS by default
1 parent d515f4a commit 1544d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import MozillaLogo from "./logos/mozilla.svg";
99
import Puzzle from "./puzzle.svg";
1010

1111
const onSelectorChange = () => {
12-
document.location = "http://google.com/";
12+
document.location = "http://graphene-js.org/";
1313
};
1414

1515
const IndexPage = () => (

0 commit comments

Comments
 (0)