Fix lorem ipsum page title
This commit is contained in:
parent
363d09b142
commit
ae88316635
@ -87,7 +87,7 @@ const LoremIpsum: Component = () => {
|
||||
|
||||
return (
|
||||
<div class={styles.page}>
|
||||
<h1>String Length</h1>
|
||||
<h1>Lorem Ipsum</h1>
|
||||
<h2>Input</h2>
|
||||
<h3>Length</h3>
|
||||
<input type={'range'} min={0} max={5000} value={length()} oninput={e => setLength(parseInt(e.currentTarget.value))} />
|
||||
|
Loading…
Reference in New Issue
Block a user