framework-solid: update outdated classname
This commit is contained in:
parent
57e11f2bb7
commit
b684a04bff
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ export default function SolidCounter({ children }) {
|
|||
<pre>{count()}</pre>
|
||||
<button onClick={add}>+</button>
|
||||
</div>
|
||||
<div class="children">{children}</div>
|
||||
<div class="counter-message">{children}</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue