Skip to content

Commit

Permalink
Add GM 3-4 goal
Browse files Browse the repository at this point in the history
  • Loading branch information
jenchanws committed Sep 25, 2022
1 parent 616f431 commit e62eb81
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion goals.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,13 @@ const goals = [
number: "3-3",
},
{
from: [2022, 12, 4],
from: [2022, 11, 10],
days: 28,
type: "girlMonth",
number: "3-4",
},
{
from: [2022, 12, 25],
days: 91,
type: "bobs",
},
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ <h2>Stream Calendar</h2>
Full Calendar (from 2019)
</label>
<main id="main"></main>
<script type="text/javascript" src="goals.js?v=37"></script>
<script type="text/javascript" src="goals.js?v=38"></script>
<script type="text/javascript" src="notes.js?v=15"></script>
<script type="text/javascript" src="streams.js?v=62"></script>
<script type="text/javascript" src="calendar.js?v=26"></script>
Expand Down

0 comments on commit e62eb81

Please sign in to comment.