diff --git a/src/Service/MainMenuGenerator.php b/src/Service/MainMenuGenerator.php index e33cd48..8dc142d 100644 --- a/src/Service/MainMenuGenerator.php +++ b/src/Service/MainMenuGenerator.php @@ -31,11 +31,6 @@ final class MainMenuGenerator 'url' => $this->urlGenerator->generate(name: AppRoutes::ABOUT), 'external' => false, ], - [ - 'name' => 'Submit data', - 'url' => $this->urlGenerator->generate(name: AppRoutes::SUBMIT_JSON), - 'external' => false, - ], [ 'name' => 'Back to Nexus Clash', 'url' => 'https://www.nexusclash.com/', diff --git a/templates/about/index.html.twig b/templates/about/index.html.twig index 083d1fe..e0fe122 100644 --- a/templates/about/index.html.twig +++ b/templates/about/index.html.twig @@ -29,6 +29,11 @@ Feel free to drop a message in one of these places.

+
+

Contributing data

+

This webpage is still just an early prototype and there is no official, user-friendly way to submit data.

+

If you really want to use the same experimental procedure that I used, please contact me for details.

+

Open source

@@ -42,4 +47,11 @@

  • Launchpad mirror
  • +
    +

    Bugs and patches

    +

    + If you want to report a bug or submit a code patch, I would prefer if you used one of the above-mentioned + code hosting portals, but you can also open a forum thread or send me a private message. +

    +
    {% endblock %}