Skip to content

Commit

Permalink
added tredning section on explore page
Browse files Browse the repository at this point in the history
but its making some overflow issues, can fix them later
  • Loading branch information
Aadarsh805 committed Oct 5, 2022
1 parent b423042 commit d017ead
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 d017ead

Please sign in to comment.