1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-08-06 06:07:33 +02:00

Fix incorrect button tag

This commit is contained in:
Phuoc Nguyen
2019-11-15 16:36:23 +07:00
parent 73587005ff
commit 20e8330fa1

View File

@@ -11,9 +11,9 @@ const BrowserFrame = ({ content, source }) => {
<div className="br-100 mr1 w1 h1 bg-gold" />
<div className="br-100 mr1 w1 h1 bg-red" />
<div className="ml-auto">
<buton className="pointer bg-dark-blue br2 ph2 pv1 white" onClick={flip}>
<button className="pointer bg-dark-blue br2 ph2 pv1 white" onClick={flip}>
{isContentActive ? 'Source' : 'Demo'}
</buton>
</button>
</div>
</div>
<div