Skip to content

Commit 693d7f7

Browse files
committed
docs: update head metadata for website
1 parent 01da6c9 commit 693d7f7

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

docs/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
77
/** @type {import('@docusaurus/types').Config} */
88
const config = {
99
title: 'React Native Header',
10-
tagline: 'A better header',
10+
tagline: 'A simple, yet powerful, React Native Header component library.',
1111
favicon: 'img/favicon.ico',
1212

1313
// Set the production url of your site here

docs/src/pages/index.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,7 @@ function HomepageHeader() {
2727
export default function Home(): JSX.Element {
2828
const { siteConfig } = useDocusaurusContext();
2929
return (
30-
<Layout
31-
title={`Hello from ${siteConfig.title}`}
32-
description="Description will go into a meta tag in <head />"
33-
>
30+
<Layout title={siteConfig.title} description={siteConfig.tagline}>
3431
<HomepageHeader />
3532
<main>
3633
<HomepageFeatures />

0 commit comments

Comments
 (0)