Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Commit

Permalink
Docs: fix button markup/dom rendering issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed May 23, 2016
1 parent 45941a4 commit ac14289
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/web_modules/Button/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import cx from "classnames"
import styles from "./index.css"

const Button = (props) => (
<div
<span
role="button"
{ ...props }
className={ cx({
Expand All @@ -16,7 +16,7 @@ const Button = (props) => (
}) }
>
{ props.children }
</div>
</span>
)

Button.propTypes = {
Expand Down

0 comments on commit ac14289

Please sign in to comment.