Skip to content

Commit

Permalink
chore: move friends above new releases
Browse files Browse the repository at this point in the history
Because friends matters more than Elton John's 69th album (joking)
  • Loading branch information
KRTirtho committed Jan 27, 2024
1 parent 62fde50 commit 5fa5638
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions lib/pages/home/home.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:flutter/widgets.dart';
import 'package:flutter_desktop_tools/flutter_desktop_tools.dart';
import 'package:flutter_hooks/flutter_hooks.dart';
import 'package:gap/gap.dart';
Expand Down Expand Up @@ -30,13 +32,9 @@ class HomePage extends HookConsumerWidget {
if (DesktopTools.platform.isMacOS || DesktopTools.platform.isWeb)
const SliverGap(20),
const HomeGenresSection(),
SliverList.list(
children: const [
HomeFeaturedSection(),
HomeNewReleasesSection(),
],
),
const SliverToBoxAdapter(child: HomeFeaturedSection()),
const HomePageFriendsSection(),
const SliverToBoxAdapter(child: HomeNewReleasesSection()),
const SliverSafeArea(sliver: HomeMadeForUserSection()),
],
),
Expand Down

0 comments on commit 5fa5638

Please sign in to comment.