fix(docs): Set description to our tagline

This commit is contained in:
Nick Winans
2021-01-29 20:40:23 -06:00
committed by Pete Johanson
parent cba85d400d
commit ddc5cbdca2

View File

@@ -59,7 +59,7 @@ function Home() {
return ( return (
<Layout <Layout
title={`Hello from ${siteConfig.title}`} title={`Hello from ${siteConfig.title}`}
description="Description will go into a meta tag in <head />" description="Modern, open source keyboard firmware."
> >
<header className={classnames("hero hero--primary", styles.heroBanner)}> <header className={classnames("hero hero--primary", styles.heroBanner)}>
<div className="container"> <div className="container">