Skip to content

Commit

Permalink
third time is a charm
Browse files Browse the repository at this point in the history
  • Loading branch information
albano-a committed Aug 13, 2024
1 parent c6f428a commit ccedfeb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/scripts/hubnavigation.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
const buttons = [
{ id: "geophy", url: "./geophysics" },
{ id: "geol", url: "./geology" },
{ id: "calc", url: "./calculus" },
{ id: "phy", url: "./physics" },
{ id: "pro", url: "./programming" },
{ id: "geophy", url: "../geophysics" },
{ id: "geol", url: "../geology" },
{ id: "calc", url: "../calculus" },
{ id: "phy", url: "../physics" },
{ id: "pro", url: "../programming" },
];

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

0 comments on commit ccedfeb

Please sign in to comment.