Skip to content

Commit

Permalink
feat(web): remove development page
Browse files Browse the repository at this point in the history
  • Loading branch information
kantord committed Mar 2, 2021
1 parent e3dc582 commit 2361ff4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 303 deletions.
299 changes: 0 additions & 299 deletions apps/web/src/routes/development.svelte

This file was deleted.

6 changes: 3 additions & 3 deletions apps/web/src/routes/index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
</Translate>
</Button>

<Button primary href="development">
<Translate key="index.development_progress">
About LibreLingo
<Button primary href="https://librelingo.app/docs/">
<Translate key="index.development_docs">
Development documentation
</Translate>
</Button>
<a href="/devtools" class="is-invisible"></a>
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/translation/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"development.meta.description": "Read about the recent major new features in LibreLingo, an experiment to create a community driven language-learning platform.",
"sign-up.meta.description": "Sign up to LibreLingo and learn a language for free.",
"index.development_docs": "Development documentation"
}
}

1 comment on commit 2361ff4

@vercel
Copy link

@vercel vercel bot commented on 2361ff4 Mar 2, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.