Skip to content

Commit f3d8205

Browse files
committed
universal in universal
1 parent 0a7bc4a commit f3d8205

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/pages/integration.ch

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,7 @@
5252
return (
5353
<div style={{ 'text-align': 'center', padding: '2rem', background: 'rgba(255,255,255,0.03)', 'border-radius': '24px', border: '1px solid rgba(255,255,255,0.1)' }}>
5454
<h3 style={"color: #2c4f7c; margin-bottom: 1.5rem"}>Universal</h3>
55-
<button onClick={() => count += 1} className={props.className}>
56-
Count: {count}
57-
</button>
55+
<UniversalCounterCore className={props.className} />
5856
</div>
5957
)
6058
}

0 commit comments

Comments
 (0)