Skip to content

Commit

Permalink
docs(ItemExampleFloated): your description (#1719)
Browse files Browse the repository at this point in the history
Fixes error in docs. "AS" is not being recognized.
  • Loading branch information
qoalu authored and levithomason committed Jun 1, 2017
1 parent 8cd4197 commit 34a37d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/app/Examples/views/Item/Variations/ItemExampleFloated.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react'
import { Button, Image as ImageComponent, Item } from 'semantic-ui-react'
import { Button, Image, Item } from 'semantic-ui-react'

const paragraph = <ImageComponent src='/assets/images/wireframe/short-paragraph.png' />
const paragraph = <Image src='/assets/images/wireframe/short-paragraph.png' />

const ItemExampleFloated = () => (
<Item.Group relaxed>
Expand Down

0 comments on commit 34a37d7

Please sign in to comment.