From c09b5c59b77e2dcf2a3cf0ab1d32f0735782ffa6 Mon Sep 17 00:00:00 2001 From: Seth Forsgren Date: Tue, 13 Dec 2022 23:32:09 -0800 Subject: [PATCH] consistency in seed naming --- components/Settings.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/Settings.tsx b/components/Settings.tsx index 8885c4b..da52a18 100644 --- a/components/Settings.tsx +++ b/components/Settings.tsx @@ -163,9 +163,9 @@ export function SeedImageSelector( let selectOptions = [ ["OG Beat", "og_beat"], ["Agile", "agile"], - ["Marin", "marim"], + ["Marim", "marim"], ["Motorway", "motorway"], - ["Smooth", "vibes"], + ["Vibes", "vibes"], ]; let matchedOption = selectOptions.find((x) => x[1] === seedImage); @@ -191,7 +191,7 @@ export function SeedImageSelector( }} defaultValue={matchedOption[0]} > - + {selectOptions.map((x, i) => ( ))}