We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18e781f commit 5ec3bbaCopy full SHA for 5ec3bba
2 files changed
src/views/carbon-ad.mjs
@@ -95,7 +95,8 @@ export default class CarbonAd extends Component {
95
}
96
97
`
98
- }} />
+ }}
99
+ />
100
</div>
101
)
102
src/views/home-page.mjs
@@ -81,7 +81,8 @@ const HomePageHero = ({ numFiles }) => {
81
<div
82
class='white pv5 ph3' style={{
83
height: 450
84
- }}>
85
+ >
86
<h1 class='f2 f1-l measure lh-title fw9'>
87
Listen to your favorite MIDI files on BitMidi
88
</h1>
0 commit comments