Skip to content

Commit

Permalink
docs(Advertisement): fix AdvertisementExampleBannerTop example (#2275)
Browse files Browse the repository at this point in the history
modified the Ad's `test` prop
  • Loading branch information
tuzhu008 authored and layershifter committed Nov 1, 2017
1 parent de69da9 commit d41d0ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react'
import { Advertisement } from 'semantic-ui-react'

const AdvertisementExampleBannerTop = () => (
<Advertisement unit='top banner' test='Vertical Banner' />
<Advertisement unit='top banner' test='Top Banner' />
)

export default AdvertisementExampleBannerTop

0 comments on commit d41d0ad

Please sign in to comment.