diff options
Diffstat (limited to 'examples/framework-multiple/src/components/SolidCounter.tsx')
-rw-r--r-- | examples/framework-multiple/src/components/SolidCounter.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-multiple/src/components/SolidCounter.tsx b/examples/framework-multiple/src/components/SolidCounter.tsx index 5a9ebe9d5..63fe5cb11 100644 --- a/examples/framework-multiple/src/components/SolidCounter.tsx +++ b/examples/framework-multiple/src/components/SolidCounter.tsx @@ -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> </> ); } |