Skip to content

Commit

Permalink
default props added
Browse files Browse the repository at this point in the history
  • Loading branch information
Avinash committed Jun 30, 2020
1 parent 39690ac commit 738d8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/src/components/head.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from "react";
import { Helmet } from "react-helmet";
import PropTypes from 'prop-types';

export const Head = ({title, description}) =>{
export const Head = ({title='React-UI', description='React UI comes with a set of components that are accessible, responsive and customisable.'}) =>{
return(
<Helmet>
<meta name="viewport" content="minimum-scale=1, initial-scale=1, width=device-width" />
Expand Down

0 comments on commit 738d8ab

Please sign in to comment.