mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-16 00:12:02 -08:00
Merge pull request #563 from ajmcquilkin/update-homepage-learnmore-link
Point "Learn More" button to "Introduction" page
This commit is contained in:
commit
e0f89e6d08
|
@ -36,7 +36,7 @@ const config = {
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: 'Docs',
|
label: 'Docs',
|
||||||
to: 'docs/introduction',
|
to: 'docs/about',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Downloads',
|
label: 'Downloads',
|
||||||
|
|
|
@ -176,7 +176,7 @@ function Home() {
|
||||||
</h1>
|
</h1>
|
||||||
<p className="hero__subtitle">{siteConfig.tagline}</p>
|
<p className="hero__subtitle">{siteConfig.tagline}</p>
|
||||||
<div className="indexCtas">
|
<div className="indexCtas">
|
||||||
<Link className="button button--lg" to="/docs/about">
|
<Link className="button button--lg" to="/docs/introduction">
|
||||||
Learn More
|
Learn More
|
||||||
</Link>
|
</Link>
|
||||||
<Link className="button button--lg" to="/docs/getting-started">
|
<Link className="button button--lg" to="/docs/getting-started">
|
||||||
|
|
Loading…
Reference in a new issue