This commit is contained in:
tk 2025-08-17 08:27:11 +02:00
parent 2b84f749ae
commit da5fe81b1b

View file

@ -37,7 +37,7 @@ class FilterChipsBar extends StatelessWidget {
),
const SizedBox(width: 8),
ChoiceChip(
label: const Text('Loveed'),
label: const Text('Loved'),
selected: sort == 'top',
onSelected: (_) => onSortChanged('top'),
),