mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
removed
This commit is contained in:
parent
ecfafcc5b1
commit
d0358b6645
|
@ -51,11 +51,6 @@ const Firmware = (): JSX.Element => {
|
||||||
<div className="container">
|
<div className="container">
|
||||||
<HeaderText
|
<HeaderText
|
||||||
type="h2"
|
type="h2"
|
||||||
text="Advanced"
|
|
||||||
link="advanced"
|
|
||||||
/>
|
|
||||||
<HeaderText
|
|
||||||
type="h3"
|
|
||||||
text="Firmware Downloads"
|
text="Firmware Downloads"
|
||||||
link="firmware-downloads"
|
link="firmware-downloads"
|
||||||
/>
|
/>
|
||||||
|
@ -108,11 +103,6 @@ const Firmware = (): JSX.Element => {
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
</ul>
|
</ul>
|
||||||
<HeaderText
|
|
||||||
type="h3"
|
|
||||||
text="Sideload Android"
|
|
||||||
link="sideload-android"
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</Layout>
|
</Layout>
|
||||||
|
|
Loading…
Reference in a new issue