chore: removes cms text from instances of payload name (#2793)
This commit is contained in:
@@ -31,8 +31,8 @@ const Default: React.FC<Props> = ({ children, className }) => {
|
||||
<div className={classes}>
|
||||
<Meta
|
||||
title={t('dashboard')}
|
||||
description={`${t('dashboard')} Payload CMS`}
|
||||
keywords={`${t('dashboard')}, Payload CMS`}
|
||||
description={`${t('dashboard')} Payload`}
|
||||
keywords={`${t('dashboard')}, Payload`}
|
||||
/>
|
||||
<RenderCustomComponent
|
||||
DefaultComponent={DefaultNav}
|
||||
|
||||
Reference in New Issue
Block a user