Skip to content

Commit

Permalink
chore: minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Franqsanz committed Nov 15, 2024
1 parent 26f6a63 commit 276912b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/profile/collections/AllCollections.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export function AllCollections() {
<ContainerTitle title='Mis colecciones' />
<ScrollRestoration />
<ModalCollection
title='Crear Colección'
title='Crear colección'
textButton='Crear'
isOpen={isOpen}
onClose={onClose}
Expand Down
2 changes: 1 addition & 1 deletion src/pages/profile/collections/CollectionDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export function CollectionDetail() {
<MainHead title={`${data?.name} | Mis colecciones | XBuniverse`} />
<ContainerTitle title={data?.name} />
<ModalCollection
title='Editar Colección'
title='Editar colección'
textButton='Guardar'
nameCollection={data?.name}
collectionId={collectionId}
Expand Down

0 comments on commit 276912b

Please sign in to comment.