Skip to content

Commit

Permalink
Merge pull request #9 from k1nsej/menu
Browse files Browse the repository at this point in the history
Fixed typos and added links
  • Loading branch information
jespermhl authored May 22, 2024
2 parents 1bafcea + 4f46844 commit b3d91d2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion components/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
>
</li>
<li>
<a id="snowEscapeLink" class="dropdown-item" href="/snowyescape/"
<a id="snowyEscapeLink" class="dropdown-item" href="/snowyescape/"
>Snowy Escape</a
>
</li>
Expand Down
20 changes: 10 additions & 10 deletions scripts/menulinks.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
{ "id": "homeLink", "url": "/" },
{ "id": "aboutLink", "url": "/aboutme/" },
{ "id": "colophonLink", "url": "/colophon/" },
{ "id": "challengesLink", "url": "#" },
{ "id": "nsbLink", "url": "#" },
{ "id": "rtrLink", "url": "#" },
{ "id": "expansionPacksLink", "url": "#" },
{ "id": "forRentLink", "url": "#" },
{ "id": "horseRanchLink", "url": "#" },
{ "id": "growingTogetherLink", "url": "#" },
{ "id": "highSchoolYearsLink", "url": "#" },
{ "id": "cottageLivingLink", "url": "#" },
{ "id": "snowEscapeLink", "url": "#" },
{ "id": "challengesLink", "url": "/challenges/" },
{ "id": "nsbLink", "url": "/challenges/notsoberry/" },
{ "id": "rtrLink", "url": "/challenges/ragstoriches/" },
{ "id": "expansionPacksLink", "url": "/expansionpacks/" },
{ "id": "forRentLink", "url": "/expansionpacks/forrent/" },
{ "id": "horseRanchLink", "url": "/expansionpacks/horseranch/" },
{ "id": "growingTogetherLink", "url": "/expansionpacks/growingtogether/" },
{ "id": "highSchoolYearsLink", "url": "/expansionpacks/highschoolyears/" },
{ "id": "cottageLivingLink", "url": "/expansionpacks/cottageliving/" },
{ "id": "snowyEscapeLink", "url": "/expansionpacks/snowyescape/" },
{ "id": "ecoLifestyleLink", "url": "#" },
{ "id": "discoverUniversityLink", "url": "#" },
{ "id": "islandLivingLink", "url": "#" },
Expand Down

0 comments on commit b3d91d2

Please sign in to comment.