Skip to content

Commit

Permalink
Merge pull request #289 from sparksuite/fix-seo-issues
Browse files Browse the repository at this point in the history
Fix SEO issues
  • Loading branch information
WesCossick authored Nov 12, 2021
2 parents 1612e9b + fa512e3 commit b086d98
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/src/pages/demo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const Demo: React.FC = () => {

// Return JSX
return (
<Layout title={`Demo`} description='Easily validate CSS using W3C’s public CSS validator service'>
<Layout title={`Demo`} description='A simple Hook for creating fully accessible dropdown menus in React'>
<header className={clsx('hero hero--primary', styles.heroBanner)}>
<div className='container'>
<h1 className='hero__title'>Demo</h1>
Expand Down
5 changes: 4 additions & 1 deletion website/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,10 @@ const Home: React.FC = () => {

// Return JSX
return (
<Layout title={`Modern CSS Validation`} description='Easily validate CSS using W3C’s public CSS validator service'>
<Layout
title={`React Accessible Dropdown Menu Hook`}
description='A simple Hook for creating fully accessible dropdown menus in React'
>
<header className={clsx('hero hero--primary', styles.heroBanner)}>
<div className='container'>
<h1 className='hero__title'>{siteConfig.title}</h1>
Expand Down

0 comments on commit b086d98

Please sign in to comment.