login fixes

This commit is contained in:
Violet Caulfield
2025-02-12 22:19:40 -06:00
parent a420c7a4ad
commit d11eac4b68

View File

@@ -52,12 +52,7 @@ export default function ServerLibrary(): React.JSX.Element {
value={library.Id!}
aria-label={library.Name!}
>
<Label
htmlFor={library.Id!}
size="$2"
>
{library.Name ?? "Unnamed Library"}
</Label>
<Text>{library.Name ?? "Unnamed Library"}</Text>
</ToggleGroup.Item>
)
})