mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -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: [
|
||||
{
|
||||
label: 'Docs',
|
||||
to: 'docs/introduction',
|
||||
to: 'docs/about',
|
||||
},
|
||||
{
|
||||
label: 'Downloads',
|
||||
|
|
|
@ -176,7 +176,7 @@ function Home() {
|
|||
</h1>
|
||||
<p className="hero__subtitle">{siteConfig.tagline}</p>
|
||||
<div className="indexCtas">
|
||||
<Link className="button button--lg" to="/docs/about">
|
||||
<Link className="button button--lg" to="/docs/introduction">
|
||||
Learn More
|
||||
</Link>
|
||||
<Link className="button button--lg" to="/docs/getting-started">
|
||||
|
|
Loading…
Reference in a new issue