Added spectrum link
This commit is contained in:
@ -5,6 +5,7 @@ import {
|
||||
signin,
|
||||
developers,
|
||||
githubUrl,
|
||||
spectrumUrl,
|
||||
blogUrl,
|
||||
twitterUrl,
|
||||
} from '../../utils/routeHelpers';
|
||||
@ -39,6 +40,9 @@ function BottomNavigation() {
|
||||
<MenuItem>
|
||||
<a href={githubUrl()}>GitHub</a>
|
||||
</MenuItem>
|
||||
<MenuItem>
|
||||
<a href={spectrumUrl()}>Spectrum</a>
|
||||
</MenuItem>
|
||||
<MenuItem>
|
||||
<a href={blogUrl()}>Medium</a>
|
||||
</MenuItem>
|
||||
|
@ -12,6 +12,10 @@ export function twitterUrl(): string {
|
||||
return 'https://twitter.com/getoutline';
|
||||
}
|
||||
|
||||
export function spectrumUrl(): string {
|
||||
return 'https://spectrum.chat/outline';
|
||||
}
|
||||
|
||||
export function developers(): string {
|
||||
return '/developers';
|
||||
}
|
||||
|
Reference in New Issue
Block a user