Merge pull request #213 from jedmund/remove-title-button-new

Don't show title button on /new
This commit is contained in:
Justin Edmund 2023-01-31 03:21:57 -08:00 committed by GitHub
commit 71546791b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -210,8 +210,6 @@ const Header = () => {
} else {
title = t('no_title')
}
} else if (['weapons', 'summons', 'characters', 'new', ''].includes(path)) {
title = t('new_party')
} else {
title = ''
}