fix(docs): Set description to our tagline
This commit is contained in:
parent
cba85d400d
commit
ddc5cbdca2
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||||
|
|
Loading…
Reference in a new issue