From b5d6514243d6766df7b33f18c3738d1c20c4b33c Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Thu, 14 Dec 2023 19:07:28 -0600 Subject: [PATCH] Match titles to --- src/components/HeaderList.tsx | 4 ++-- src/photo/PhotoGridSidebar.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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)