Skip to content

Commit 5ec3bba

Browse files
committed
standard
1 parent 18e781f commit 5ec3bba

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

src/views/carbon-ad.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ export default class CarbonAd extends Component {
9595
}
9696
}
9797
`
98-
}} />
98+
}}
99+
/>
99100
</div>
100101
)
101102
}

src/views/home-page.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ const HomePageHero = ({ numFiles }) => {
8181
<div
8282
class='white pv5 ph3' style={{
8383
height: 450
84-
}}>
84+
}}
85+
>
8586
<h1 class='f2 f1-l measure lh-title fw9'>
8687
Listen to your favorite MIDI files on BitMidi
8788
</h1>

0 commit comments

Comments
 (0)