Browse Source

fix(docs): Set description to our tagline

xmkb
Nick Winans 3 years ago committed by Pete Johanson
parent
commit
ddc5cbdca2
  1. 2
      docs/src/pages/index.js

2
docs/src/pages/index.js

@ -59,7 +59,7 @@ function Home() { @@ -59,7 +59,7 @@ function Home() {
return (
<Layout
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)}>
<div className="container">

Loading…
Cancel
Save