Closed lucaseduoli closed 3 days ago
This pull request includes a minor change to the CollectionPage component in src/pages/MainPage/pages/index.tsx. The change involves setting a specific width for the SidebarProvider component.
CollectionPage
src/pages/MainPage/pages/index.tsx
SidebarProvider
src/frontend/src/pages/MainPage/pages/index.tsx
width
This pull request includes a minor change to the
CollectionPage
component insrc/pages/MainPage/pages/index.tsx
. The change involves setting a specific width for theSidebarProvider
component.src/frontend/src/pages/MainPage/pages/index.tsx
: Added awidth
property with a value of "280px" to theSidebarProvider
component.