Skip to content

Commit

Permalink
Merge pull request #38 from abhishek1020N/master
Browse files Browse the repository at this point in the history
Update index.js
  • Loading branch information
LuisRodriguezLD authored Mar 15, 2024
2 parents 37f82f9 + 50febc0 commit 9037dad
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 9037dad

Please sign in to comment.