From 6ba185bbe6a4b35e0340b708ba00711648692574 Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Sat, 28 Oct 2023 13:24:54 -0500 Subject: [PATCH] Tweak test film simulation icon --- src/photo/PhotoLarge.tsx | 2 +- .../fujifilm/PhotoFujifilmSimulation.tsx | 101 ++++++------------ 2 files changed, 35 insertions(+), 68 deletions(-) diff --git a/src/photo/PhotoLarge.tsx b/src/photo/PhotoLarge.tsx index 16584c88..e12c1a30 100644 --- a/src/photo/PhotoLarge.tsx +++ b/src/photo/PhotoLarge.tsx @@ -75,7 +75,7 @@ export default function PhotoLarge({ } {showCamera && photoHasCameraData(photo) && -
+
{ + switch (simulation) { + default: + return ( + <> + + + + + + + + + + + ); + } + }; + return ( - - - - - - - - - - - - + + {contentForSimulation()} + + ); }