Skip to content
Snippets Groups Projects
Commit 99160c03 authored by insert's avatar insert
Browse files

Add missing link. Add Wekan board to footer.

parent 5e329908
No related merge requests found
...@@ -57,7 +57,9 @@ This update aims to refine how the CDN works. ...@@ -57,7 +57,9 @@ This update aims to refine how the CDN works.
## 0.5: Servers ## 0.5: Servers
This update adds community and server features. ~~It is expected to be completed around mid-June.~~ This update has been delayed due to a number of reasons out of our control, please see the Wekan board for exact information or join the [Discord server](https://discord.gg/AWFZeCc). This update adds community and server features.
This update has been delayed due to a number of reasons out of our control, please see [the Wekan board](https://wekan.insrt.uk/b/jj3x5C6nbYzM6ERQD/revolt) for exact information or join the [Discord server](https://discord.gg/AWFZeCc).
### Features ### Features
......
...@@ -27,6 +27,9 @@ export function Footer() { ...@@ -27,6 +27,9 @@ export function Footer() {
<Link href="/roadmap"> <Link href="/roadmap">
<a>Roadmap</a> <a>Roadmap</a>
</Link> </Link>
<a href={URLs.Wekan}>
<a>Wekan Board</a>
</a>
{/*<a>Download</a> {/*<a>Download</a>
<a>Features</a> <a>Features</a>
<a>Branding</a>*/} <a>Branding</a>*/}
......
...@@ -3,6 +3,7 @@ module.exports = { ...@@ -3,6 +3,7 @@ module.exports = {
ApplicationForm: 'https://form.insrt.uk/form/607d7318ed1716002285770a', ApplicationForm: 'https://form.insrt.uk/form/607d7318ed1716002285770a',
App: 'https://app.revolt.chat', App: 'https://app.revolt.chat',
Developers: 'https://developers.revolt.chat', Developers: 'https://developers.revolt.chat',
Wekan: 'https://wekan.insrt.uk/b/jj3x5C6nbYzM6ERQD/revolt',
Feedback: 'https://form.insrt.uk/form/607f276fed17160022857908', Feedback: 'https://form.insrt.uk/form/607f276fed17160022857908',
SourceCode: 'https://gitlab.insrt.uk/revolt', SourceCode: 'https://gitlab.insrt.uk/revolt',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment