Skip to content

Commit

Permalink
Merge pull request #34 from Aman-Mandal/trending-section
Browse files Browse the repository at this point in the history
added tredning section on explore page
  • Loading branch information
Aadarsh805 authored Oct 5, 2022
2 parents 2efee07 + d017ead commit 3b2200c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/Explore.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const Explore = () => {

return (
<div className={`flex flex-col gap-4 mt-12 px-8 ${activeMenu && 'md:ml-60'}`}>
<h2 className="text-2xl font-normal text-gray-100">Trending New Hits</h2>
<Trending />

<div className="grid grid-cols-4 gap-4 mt-6">
<TopArtists />
Expand Down

0 comments on commit 3b2200c

Please sign in to comment.