Skip to content

Commit

Permalink
docs: update site meta
Browse files Browse the repository at this point in the history
  • Loading branch information
darthtrevino committed Nov 6, 2018
1 parent 3e0f0af commit 13a2499
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/documentation/src/components/layout.tsx
Expand Up @@ -29,8 +29,8 @@ const Layout: React.SFC<LayoutProps> = props => {
<Helmet
title="React DnD"
meta={[
{ name: 'description', content: 'Sample' },
{ name: 'keywords', content: 'sample, something' },
{ name: 'description', content: 'Drag and Drop for React' },
{ name: 'keywords', content: 'react, drag drop, html5' },
]}
link={[{ rel: 'shortcut icon', type: 'image/png', href: `${favicon}` }]}
>
Expand Down

0 comments on commit 13a2499

Please sign in to comment.