mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 22:54:42 -04:00
Rebrand HackMD to CodiMD
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
This commit is contained in:
parent
d87505d583
commit
4b060c7dba
16 changed files with 80 additions and 82 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue