Skip to content

Commit ccedfeb

Browse files
committed
third time is a charm
1 parent c6f428a commit ccedfeb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/scripts/hubnavigation.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
const buttons = [
2-
{ id: "geophy", url: "./geophysics" },
3-
{ id: "geol", url: "./geology" },
4-
{ id: "calc", url: "./calculus" },
5-
{ id: "phy", url: "./physics" },
6-
{ id: "pro", url: "./programming" },
2+
{ id: "geophy", url: "../geophysics" },
3+
{ id: "geol", url: "../geology" },
4+
{ id: "calc", url: "../calculus" },
5+
{ id: "phy", url: "../physics" },
6+
{ id: "pro", url: "../programming" },
77
];
88

99
buttons.forEach(({ id, url }) => {

0 commit comments

Comments
 (0)