Skip to content

Commit

Permalink
Merge pull request #75 from G-Techs/refact-HotSongs
Browse files Browse the repository at this point in the history
HotSongs uncommented
  • Loading branch information
Muhindo-Galien authored Dec 28, 2022
2 parents 9dcd049 + f8c5d80 commit fb8db42
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions components/LandingPage/LandingPage.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import React, { useState } from "react";
import TopSongs from "../modules/TopSongs/TopSongs";
// import HotSongs from "../modules/HotSongs";
import HotSongs from "../modules/HotSongs";
import NewReleases from "../modules/NewReleases";

import PageCard from "../modules/__modules__/Card/PageCard";
import FeaturedAlbum from "../modules/FeaturedAlbum";

Expand All @@ -13,8 +14,9 @@ const LandingPage = () => {
<PageCard setIsTopNav={setIsTopNav} >
<NewReleases />
<TopSongs />

<FeaturedAlbum />
{/* <HotSongs />*/}
<HotSongs />
</PageCard>
</div>
);
Expand Down

1 comment on commit fb8db42

@vercel
Copy link

@vercel vercel bot commented on fb8db42 Dec 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

yokaa-frontend – ./

yokaa-frontend.vercel.app
yokaa-frontend-git-main-yokaa.vercel.app
yokaa-frontend-yokaa.vercel.app

Please sign in to comment.