Skip to content

Commit 738d8ab

Browse files
author
Avinash
committed
default props added
1 parent 39690ac commit 738d8ab

File tree

1 file changed

+1
-1
lines changed
  • packages/docs/src/components

1 file changed

+1
-1
lines changed

packages/docs/src/components/head.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from "react";
22
import { Helmet } from "react-helmet";
33
import PropTypes from 'prop-types';
44

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

0 commit comments

Comments
 (0)