Skip to content

Commit

Permalink
TEMP: Add placeholder in main page for "Newest Songs" and "List of So…
Browse files Browse the repository at this point in the history
…ngs"
  • Loading branch information
adjiap committed Jul 1, 2024
1 parent 6bfb643 commit 5b27992
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,16 @@ export default function Home() {
</div>
</div>
</Header>
<div className="mt-2 mb-7 px-6">
<div className="flex justify-between items-center">
<h1 className="text-white text-2xl font-semibold">
Newest Songs
</h1>
</div>
<div>
List of Songs!
</div>
</div>
</div>
);
}

0 comments on commit 5b27992

Please sign in to comment.