menu-improves

This commit is contained in:
Tom Moor
2018-02-24 21:21:05 -08:00
parent fb19075d0e
commit 2e37bb2c22
3 changed files with 36 additions and 25 deletions

View File

@ -29,6 +29,10 @@ export function githubUrl(): string {
return 'https://www.github.com/outline';
}
export function githubIssuesUrl(): string {
return 'https://www.github.com/outline/outline/issues';
}
export function blogUrl(): string {
return 'https://medium.com/getoutline';
}
@ -41,6 +45,10 @@ export function spectrumUrl(): string {
return 'https://spectrum.chat/outline';
}
export function mailToUrl(): string {
return 'mailto:hello@getoutline.com';
}
export function developers(): string {
return '/developers';
}