Rebrand HackMD to CodiMD
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user