Skip to content

Commit

Permalink
docs(0.29.0): Remove badges from 0.26 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanoglesby08 committed Nov 14, 2017
1 parent 2a1bcac commit 01560fd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/components/Card/Card.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import styles from './Card.modules.scss'

/**
* A content container.
*
* <span class="docs--badge__updated">updated!</span> <span class="docs--badge__version">v0.26.0</span>
*/
const Card = ({ variant, children, ...rest }) => (
<Box {...safeRest(rest)} horizontal={4} vertical={5} dangerouslyAddClassName={styles[variant]}>
Expand Down
2 changes: 0 additions & 2 deletions src/components/Icons/StandaloneIcon/StandaloneIcon.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ const touchAreaStyles = iconSize => {

/**
* An icon that has meaning within the context of the page, which should be communicated to screen readers.
*
* <span class="docs--badge__updated">updated!</span> <span class="docs--badge__version">v0.26.0</span>
*/
const StandaloneIcon = ({ symbol, variant, size, onClick, a11yText, ...rest }) => {
const iconProps = {
Expand Down

0 comments on commit 01560fd

Please sign in to comment.