We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b8a5f0 commit 13518d5Copy full SHA for 13518d5
apps/hyparquet-demo/src/Welcome.tsx
@@ -14,10 +14,7 @@ export default function Welcome(): ReactNode {
14
15
return <div id="welcome">
16
<h1>hyparquet</h1>
17
- <sub>img
18
- /haɪ pɑːrˈkeɪ/
19
- <img src={audioSvg} alt="play hyparquet pronunciation" height="18" width="18" onClick={playAudio} />
20
- </sub>
+ <sub>/haɪ pɑːrˈkeɪ/<img src={audioSvg} alt="play hyparquet pronunciation" height="18" width="18" onClick={playAudio} /></sub>
21
<audio ref={audio} id="audio" src={hyparquetMp3}></audio>
22
<h2>in-browser parquet file reader</h2>
23
<p>
0 commit comments