Skip to content

Commit

Permalink
Add a "s" to Collection
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic-reis committed Oct 24, 2023
1 parent c267f27 commit d9dc7d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const BrowseRoute = { to:'/browse', label: 'Parcourir'}
export const PersonRoute = { to:'/browse/person/', label: 'Person'}
export const PlaceRoute = { to:'/browse/place/', label: 'Place'}
export const SearchRoute = { to: '/search', label: 'Recherche' }
export const CollectionRoute = { to: '/collection', label: 'Collection' }
export const CollectionRoute = { to: '/collection', label: 'Collections' }
export const MediaRoute = { to: '/collection/', label: 'Media' }
export const TimelineRoute = { to: '/timeline', label: 'Chronologie', slug: 'timeline' }
export const TermsOfUseRoute = { to:'/terms-of-use', label: 'Conditions d\'utilisation', slug: 'terms-of-use'}
Expand Down

0 comments on commit d9dc7d5

Please sign in to comment.