We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39690ac commit 738d8abCopy full SHA for 738d8ab
packages/docs/src/components/head.js
@@ -2,7 +2,7 @@ import React from "react";
2
import { Helmet } from "react-helmet";
3
import PropTypes from 'prop-types';
4
5
-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.'}) =>{
6
return(
7
<Helmet>
8
<meta name="viewport" content="minimum-scale=1, initial-scale=1, width=device-width" />
0 commit comments