Separate lens and focal length, add more boyce thompson photos, tag existing appropriately

This commit is contained in:
2022-12-28 22:08:39 -07:00
parent bb4d2e5c62
commit 9b795f3ab9
13 changed files with 34 additions and 26 deletions

View File

@@ -53,10 +53,7 @@ export function Select<T extends object>(props: AriaSelectProps<T>) {
} ${state.isOpen ? "bg-gray-100" : "bg-white"}`}
ref={ref}
>
<span
{...valueProps}
className="text-sm"
>
<span {...valueProps} className="text-sm">
{state.selectedItem
? state.selectedItem.rendered
: "Select an option"}