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) => ( ))}