improve home screen

This commit is contained in:
Fabian Freund
2026-06-21 10:40:43 +02:00
parent 3f6f20d61d
commit fcc15dd486
2 changed files with 49 additions and 15 deletions
@@ -142,7 +142,6 @@ class BrowserHome extends ConsumerWidget {
),
const SizedBox(height: 28),
],
const SupporterHomeBanner(),
Wrap(
alignment: WrapAlignment.center,
spacing: 12,
@@ -174,6 +173,7 @@ class BrowserHome extends ConsumerWidget {
],
),
const SizedBox(height: 24),
const SupporterHomeBanner(),
Container(
width: double.infinity,
padding: const EdgeInsets.all(20),