Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/k1nsej/SimsInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
jespermhl committed May 24, 2024
2 parents 07e6a26 + b984e1c commit 756f48f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions components/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
<li class="nav-item">
<a id="homeLink" class="nav-link" href="/"> Home </a>
</li>
<li class="nav-item">
<!--<li class="nav-item">
<a id="aboutLink" class="nav-link" href="/aboutme/">About Me</a>
</li>
</li>-->
<li class="nav-item">
<a id="colophonLink" class="nav-link" href="/colophon/">Colophon</a>
</li>
Expand All @@ -47,7 +47,7 @@
</li>
</ul>
</li>
<li class="nav-item dropdown">
<!--<li class="nav-item dropdown">
<a
id="expansionPacksLink"
class="nav-link dropdown-toggle"
Expand Down Expand Up @@ -327,7 +327,7 @@
>
</li>
</ul>
</li>
</li>-->
</ul>
</div>
</div>
Expand Down
18 changes: 9 additions & 9 deletions scripts/menulinks.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
{ "id": "highSchoolYearsLink", "url": "/expansionpacks/highschoolyears/" },
{ "id": "cottageLivingLink", "url": "/expansionpacks/cottageliving/" },
{ "id": "snowyEscapeLink", "url": "/expansionpacks/snowyescape/" },
{ "id": "ecoLifestyleLink", "url": "#" },
{ "id": "discoverUniversityLink", "url": "#" },
{ "id": "islandLivingLink", "url": "#" },
{ "id": "getFamousLink", "url": "#" },
{ "id": "seasonsLink", "url": "#" },
{ "id": "catsDogsLink", "url": "#" },
{ "id": "cityLivingLink", "url": "#" },
{ "id": "getTogetherLink", "url": "#" },
{ "id": "getToWorkLink", "url": "#" },
{ "id": "ecoLifestyleLink", "url": "/expansionpacks/ecolifestyle/" },
{ "id": "discoverUniversityLink", "url": "/expansionpacks/discoveruniversity/" },
{ "id": "islandLivingLink", "url": "/expansionpacks/islandliving/" },
{ "id": "getFamousLink", "url": "/expansionpacks/getfamous/" },
{ "id": "seasonsLink", "url": "/expansionpacks/seasons/" },
{ "id": "catsDogsLink", "url": "/expansionpacks/catsanddogs/" },
{ "id": "cityLivingLink", "url": "/expansionpacks/cityliving/" },
{ "id": "getTogetherLink", "url": "/expansionpacks/gettogether/" },
{ "id": "getToWorkLink", "url": "/expansionpacks/gettowork/" },
{ "id": "gamePacksLink", "url": "#" },
{ "id": "werevolvesLink", "url": "#" },
{ "id": "weddingStoriesLink", "url": "#" },
Expand Down

0 comments on commit 756f48f

Please sign in to comment.