Rebrand HackMD to CodiMD

Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
This commit is contained in:
Sheogorath 2018-06-22 21:07:30 +02:00
parent d87505d583
commit 4b060c7dba
No known key found for this signature in database
GPG key ID: 1F05CC3635CDDFFD
16 changed files with 80 additions and 82 deletions

View file

@ -105,9 +105,9 @@ function getTitle (view) {
export function renderTitle (view) {
let title = getTitle(view)
if (title) {
title += ' - HackMD'
title += ' - CodiMD'
} else {
title = 'HackMD - Collaborative markdown notes'
title = 'CodiMD - Collaborative markdown notes'
}
return title
}