Skip to content

Commit

Permalink
load main page instead of first project on page load
Browse files Browse the repository at this point in the history
  • Loading branch information
HectorVilas committed Jan 17, 2023
1 parent 53ae326 commit 5b3eb65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ import { ui } from "./modules/ui.js";

//run on load
ui.loadMenu();
ui.placeCards(0);
ui.mainPage();

0 comments on commit 5b3eb65

Please sign in to comment.