mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-12 06:17:33 -08:00
link to get connected on homepage instead of initial config
This commit is contained in:
parent
9d229c6bc2
commit
59a5e5ba30
|
@ -217,7 +217,7 @@ function Home() {
|
||||||
<h4 className="text-lg font-bold">Step 3</h4>
|
<h4 className="text-lg font-bold">Step 3</h4>
|
||||||
</div>
|
</div>
|
||||||
<Link
|
<Link
|
||||||
to="/docs/getting-started/initial-config/"
|
to="#get-connected"
|
||||||
className="mt-1 underline hover:no-underline font-semibold"
|
className="mt-1 underline hover:no-underline font-semibold"
|
||||||
>
|
>
|
||||||
Connect to your Device →
|
Connect to your Device →
|
||||||
|
@ -230,7 +230,9 @@ function Home() {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="container mx-auto flex w-auto flex-col gap-4">
|
<div className="container mx-auto flex w-auto flex-col gap-4">
|
||||||
<h3 className="text-xl font-bold">Get Connected</h3>
|
<h3 id="get-connected" className="text-xl font-bold">
|
||||||
|
Get Connected
|
||||||
|
</h3>
|
||||||
<p>
|
<p>
|
||||||
Connect and control your Meshtastic devices through various
|
Connect and control your Meshtastic devices through various
|
||||||
platforms. Choose the client that best fits your needs and device
|
platforms. Choose the client that best fits your needs and device
|
||||||
|
|
Loading…
Reference in a new issue