diff --git a/src/components/HeaderList.tsx b/src/components/HeaderList.tsx index 8a57ef15..e5f32184 100644 --- a/src/components/HeaderList.tsx +++ b/src/components/HeaderList.tsx @@ -24,11 +24,11 @@ export default function HeaderList({
{icon && - + {icon} } {title} diff --git a/src/photo/PhotoGridSidebar.tsx b/src/photo/PhotoGridSidebar.tsx index 668f8b17..0eec733c 100644 --- a/src/photo/PhotoGridSidebar.tsx +++ b/src/photo/PhotoGridSidebar.tsx @@ -62,7 +62,7 @@ export default function PhotoGridSidebar({ {simulations.length > 0 && } items={simulations .sort(sortFilmSimulationsWithCount)