Merge pull request #1217 from colouring-cities/revert-1216-interface-tweaks
Revert "Add News and Discussions Links"
This commit is contained in:
commit
1cbc23b23e
@ -83,11 +83,6 @@ function getCurrentMenuLinks(username: string): MenuLink[][] {
|
|||||||
text: "About the Colouring " + config.cityName + " Project",
|
text: "About the Colouring " + config.cityName + " Project",
|
||||||
external: true
|
external: true
|
||||||
},
|
},
|
||||||
{
|
|
||||||
to: "https://github.com/colouring-cities/manual/wiki/M3.1-News",
|
|
||||||
text: "Colouring London News",
|
|
||||||
external: true
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
to: "https://github.com/colouring-cities/manual/wiki/A2.-How-to%3F-Guides",
|
to: "https://github.com/colouring-cities/manual/wiki/A2.-How-to%3F-Guides",
|
||||||
text: "How to Use",
|
text: "How to Use",
|
||||||
@ -114,16 +109,16 @@ function getCurrentMenuLinks(username: string): MenuLink[][] {
|
|||||||
to: "/leaderboard.html",
|
to: "/leaderboard.html",
|
||||||
text: "Top Contributors"
|
text: "Top Contributors"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
to: "https://discuss.colouring.london/",
|
|
||||||
text: "Colouring London Discussions Forum",
|
|
||||||
external: true
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
to: config.githubURL+"/discussions",
|
to: config.githubURL+"/discussions",
|
||||||
text: "Discussion Forum (GitHub)",
|
text: "Discussion Forum (GitHub)",
|
||||||
external: true
|
external: true
|
||||||
},
|
},
|
||||||
|
// {
|
||||||
|
// to: "https://discuss.colouring.london/c/blog/9",
|
||||||
|
// text: "Blog",
|
||||||
|
// external: true
|
||||||
|
// },
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user