fix: Missing space in new child document menu
This commit is contained in:
@@ -34,6 +34,7 @@ function NewChildDocumentMenu({ document, label }: Props) {
|
||||
{
|
||||
type: "route",
|
||||
title: (
|
||||
<span>
|
||||
<Trans
|
||||
defaults="New document in <em>{{ collectionName }}</em>"
|
||||
values={{
|
||||
@@ -43,12 +44,14 @@ function NewChildDocumentMenu({ document, label }: Props) {
|
||||
em: <strong />,
|
||||
}}
|
||||
/>
|
||||
</span>
|
||||
),
|
||||
to: newDocumentPath(document.collectionId),
|
||||
},
|
||||
{
|
||||
type: "route",
|
||||
title: (
|
||||
<span>
|
||||
<Trans
|
||||
defaults="New document in <em>{{ collectionName }}</em>"
|
||||
values={{
|
||||
@@ -58,6 +61,7 @@ function NewChildDocumentMenu({ document, label }: Props) {
|
||||
em: <strong />,
|
||||
}}
|
||||
/>
|
||||
</span>
|
||||
),
|
||||
to: newDocumentPath(document.collectionId, {
|
||||
parentDocumentId: document.id,
|
||||
|
||||
Reference in New Issue
Block a user