Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek1020N authored Mar 15, 2024
1 parent e9e066f commit 50febc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ function HomePage() {
const primaryAction = settings.createButton ? (
<LinkButton
startIcon={<Plus />}
to={`/content-manager/collectionType/${settings.collection}/create`}
to={`/content-manager/collection-types/${settings.collection}/create`}
>
{formatMessage(
{ id: getTrad('view.calendar.action.create-entry'), defaultMessage: 'Create New' },
Expand Down Expand Up @@ -328,7 +328,7 @@ function Appointment({ children, style, ...restProps }) {
}

return (
<Link to={`/content-manager/collectionType/${settings.collection}/${id}`}>
<Link to={`/content-manager/collection-types/${settings.collection}/${id}`}>
<Appointments.Appointment
{...restProps}
style={{
Expand Down

0 comments on commit 50febc0

Please sign in to comment.