diff --git a/src/ui/settings/components/Card.tsx b/src/ui/settings/components/Card.tsx index fc212410..7ea0e31c 100644 --- a/src/ui/settings/components/Card.tsx +++ b/src/ui/settings/components/Card.tsx @@ -72,7 +72,7 @@ export default function Card(props: CardProps) { // TODO: re-position the '...' icon to next to the switch return ( - + - {/* TODO: Look into making this respect brand color */} ) - )} + ) + } /> ) return ( i.name).join(", ")}`} + headerLabel={`${plugin.manifest.name}\n by ${authors.map(i => i.name).join(", ")}`} headerIcon={plugin.manifest.vendetta?.icon || "ic_application_command_24px"} toggleType="switch" toggleValue={plugin.enabled}