Skip to content

Commit

Permalink
chore: bring back made for user sectin
Browse files Browse the repository at this point in the history
  • Loading branch information
KRTirtho committed Apr 14, 2024
1 parent bf71e9b commit 571f338
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/pages/home/home.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import 'package:spotube/components/home/sections/featured.dart';
import 'package:spotube/components/home/sections/feed.dart';
import 'package:spotube/components/home/sections/friends.dart';
import 'package:spotube/components/home/sections/genres.dart';
import 'package:spotube/components/home/sections/made_for_user.dart';
import 'package:spotube/components/home/sections/new_releases.dart';
import 'package:spotube/components/shared/image/universal_image.dart';
import 'package:spotube/components/shared/page_window_title_bar.dart';
Expand Down Expand Up @@ -66,8 +67,8 @@ class HomePage extends HookConsumerWidget {
const SliverToBoxAdapter(child: HomeFeaturedSection()),
const HomePageFriendsSection(),
const SliverToBoxAdapter(child: HomeNewReleasesSection()),
const SliverSafeArea(sliver: HomePageFeedSection()),
// const SliverSafeArea(sliver: HomeMadeForUserSection()),
const HomePageFeedSection(),
const SliverSafeArea(sliver: HomeMadeForUserSection()),
],
),
));
Expand Down

0 comments on commit 571f338

Please sign in to comment.