Small homepage improvements
This commit is contained in:
@ -8,6 +8,10 @@ export function blogUrl(): string {
|
||||
return 'https://medium.com/getoutline';
|
||||
}
|
||||
|
||||
export function twitterUrl(): string {
|
||||
return 'https://twitter.com/getoutline';
|
||||
}
|
||||
|
||||
export function developers(): string {
|
||||
return '/developers';
|
||||
}
|
||||
|
Reference in New Issue
Block a user