Remove 'Active Links' section from account settings dialog for a cleaner layout

This commit is contained in:
Leon Bösche
2026-01-29 00:37:07 +01:00
parent 03329c10ed
commit e611c03625

View File

@@ -1443,25 +1443,6 @@ class _AccountSettingsDialogState extends State<AccountSettingsDialog> {
],
),
const SizedBox(height: 8),
Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [
Text(
'Active Links',
style: TextStyle(
color: AppTheme.primaryText,
fontSize: 14,
),
),
Text(
'12 links',
style: TextStyle(
color: AppTheme.secondaryText,
fontSize: 14,
),
),
],
),
],
),
),