diff --git a/islands/Counter.tsx b/islands/Counter.tsx index 2235be7..bdc0dbf 100644 --- a/islands/Counter.tsx +++ b/islands/Counter.tsx @@ -21,9 +21,7 @@ export default function Counter(props: CounterProps) { size={props.count.toString().length} value={props.count} onInput={(ev) => props.count.value = ev.target?.value} - > - {props.count} - + />