mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
fixed indentation
This commit is contained in:
parent
51e1630bda
commit
ecfafcc5b1
|
@ -29,36 +29,36 @@ const Firmware = (): JSX.Element => {
|
||||||
>
|
>
|
||||||
<main className="margin-vert--xl">
|
<main className="margin-vert--xl">
|
||||||
<div className="container">
|
<div className="container">
|
||||||
<HeaderText
|
<HeaderText
|
||||||
type="h1"
|
type="h1"
|
||||||
text="Downloads"
|
text="Downloads"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div className="container">
|
<div className="container">
|
||||||
<HeaderText
|
<HeaderText
|
||||||
type="h2"
|
type="h2"
|
||||||
text="Install Meshtastic"
|
text="Install Meshtastic"
|
||||||
link=""
|
link=""
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div className="container">
|
<div className="container">
|
||||||
<HeaderText
|
<HeaderText
|
||||||
type="h2"
|
type="h2"
|
||||||
text="Mobile Downloads"
|
text="Mobile Downloads"
|
||||||
link="mobile-downloads"
|
link="mobile-downloads"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div className="container">
|
<div className="container">
|
||||||
<HeaderText
|
<HeaderText
|
||||||
type="h2"
|
type="h2"
|
||||||
text="Advanced"
|
text="Advanced"
|
||||||
link="advanced"
|
link="advanced"
|
||||||
/>
|
/>
|
||||||
<HeaderText
|
<HeaderText
|
||||||
type="h3"
|
type="h3"
|
||||||
text="Firmware Downloads"
|
text="Firmware Downloads"
|
||||||
link="firmware-downloads"
|
link="firmware-downloads"
|
||||||
/>
|
/>
|
||||||
<ul
|
<ul
|
||||||
style={{
|
style={{
|
||||||
position: "relative",
|
position: "relative",
|
||||||
|
|
Loading…
Reference in a new issue