Skip to content

Commit

Permalink
merge natalie with main
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliedex committed Sep 24, 2024
1 parent f7b3c0b commit 9d60e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
let events = [
{name: "Movie", eventID: 1234},
{name: "Dinner Party",eventID: 1235},
{name: "Ski Tip",eventID: 12534},
{name: "Ski Trip",eventID: 12534},
];
const addEvent = document.getElementById("addEvent");
const eventContainer = document.getElementById("eventContainer");
Expand Down

0 comments on commit 9d60e14

Please sign in to comment.