small fix
This commit is contained in:
@@ -67,7 +67,6 @@ export default function App() {
|
||||
<header>
|
||||
<h1>Keshav’s Music Portfolio</h1>
|
||||
<p style={{ marginTop: "20px", marginBottom: "20px" }}> </p>
|
||||
<p style={{ marginTop: "20px", marginBottom: "20px" }}> </p>
|
||||
|
||||
</header>
|
||||
|
||||
@@ -76,6 +75,7 @@ export default function App() {
|
||||
{featuredTracks.length > 0 && (
|
||||
<section>
|
||||
<h2>Featured</h2>
|
||||
<p style={{ marginTop: "20px", marginBottom: "20px" }}> </p>
|
||||
<div className="featured-container">
|
||||
{featuredTracks.map(t => (
|
||||
<TrackCard key={t.url} t={t} featured={true} />
|
||||
|
||||
Reference in New Issue
Block a user