Fixed: Modified time display on dashboard
New Time component for relative time formatting with accessibility
This commit is contained in:
@@ -28,7 +28,7 @@ const Breadcrumb = observer(({ document, collections }: Props) => {
|
||||
<span>{collection.name}</span>
|
||||
</CollectionName>
|
||||
{path.map(n => (
|
||||
<React.Fragment>
|
||||
<React.Fragment key={n.id}>
|
||||
<Slash /> <Crumb to={n.url}>{n.title}</Crumb>
|
||||
</React.Fragment>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user