Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
albano-a committed Aug 13, 2024
1 parent c4c5b77 commit c6f428a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/pages/materials/HUB.astro
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ import SmallButton from "../../components/Button";

<script>
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 c6f428a

Please sign in to comment.