Add new source link to point to issue templates

This commit is contained in:
Christian Bundy 2019-09-17 16:08:54 -07:00
parent 514ecdee78
commit cd76598ca1
No known key found for this signature in database
GPG Key ID: EB541AAEF4366237
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ module.exports = (...elements) => {
a({ href: '/profile' }, 'profile'),
a({ href: '/status' }, 'status'),
a({ href: 'https://github.com/fraction/oasis' }, 'source'),
a({ href: 'https://github.com/fraction/oasis/issues/new' }, 'help')
a({ href: 'https://github.com/fraction/oasis/issues/new/choose' }, 'help')
),
main({ id: 'content' }, ...elements)
))