Skip to content

Commit 06882ea

Browse files
authored
Merge pull request phuocng#197 from 1milligram/fix-tag
Fix the incorrect closing tag
2 parents 26c03b4 + 869e17a commit 06882ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/button-with-icon/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const Details: React.FC<{}> = () => {
2424
2525
<!-- Label -->
2626
...
27-
</div>
27+
</button>
2828
`}
2929
css={`
3030
.button {

0 commit comments

Comments
 (0)