diff --git a/README.md b/README.md index 446f4e8a2..9c0f758f7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Fortune Street Modding -This is the website for the [Fortune Street Modding](https://github.com/FortuneStreetModding) project. It includes quick links to **Custom Street World Tour**, the **HQ Texture Pack** and the **Gecko Codes**, as well as a variety of custom maps and backgrounds, plus useful tools for modding such as the **Calculator** and **District Simulator**. +This is the website for the [Fortune Street Modding](https://github.com/FortuneStreetModding) project. It includes quick links to **Custom Street World Tour**, the **HQ Texture Pack** and the **Gecko Codes**, as well as a variety of custom maps and backgrounds, plus useful tools for modding such as the **Calculator**, **Venture Codes** YAML file generator, and the **District Simulator**. This repository doubles as the way for users to submit new custom maps and backgrounds to the project. For more information, please visit the [wiki](https://github.com/FortuneStreetModding/fortunestreetmodding.github.io/wiki). diff --git a/src/components/navbar.astro b/src/components/navbar.astro index 48e2b3d55..6cd2686fa 100644 --- a/src/components/navbar.astro +++ b/src/components/navbar.astro @@ -43,6 +43,12 @@ const currentPagePath = getPathnameWithoutExtension(Astro.url);