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">
|
||||
<div className="container">
|
||||
<HeaderText
|
||||
type="h1"
|
||||
text="Downloads"
|
||||
/>
|
||||
<HeaderText
|
||||
type="h1"
|
||||
text="Downloads"
|
||||
/>
|
||||
</div>
|
||||
<div className="container">
|
||||
<HeaderText
|
||||
type="h2"
|
||||
text="Install Meshtastic"
|
||||
link=""
|
||||
/>
|
||||
<HeaderText
|
||||
type="h2"
|
||||
text="Install Meshtastic"
|
||||
link=""
|
||||
/>
|
||||
</div>
|
||||
<div className="container">
|
||||
<HeaderText
|
||||
type="h2"
|
||||
text="Mobile Downloads"
|
||||
link="mobile-downloads"
|
||||
/>
|
||||
<HeaderText
|
||||
type="h2"
|
||||
text="Mobile Downloads"
|
||||
link="mobile-downloads"
|
||||
/>
|
||||
</div>
|
||||
<div className="container">
|
||||
<HeaderText
|
||||
type="h2"
|
||||
text="Advanced"
|
||||
link="advanced"
|
||||
/>
|
||||
<HeaderText
|
||||
type="h3"
|
||||
text="Firmware Downloads"
|
||||
link="firmware-downloads"
|
||||
/>
|
||||
<HeaderText
|
||||
type="h2"
|
||||
text="Advanced"
|
||||
link="advanced"
|
||||
/>
|
||||
<HeaderText
|
||||
type="h3"
|
||||
text="Firmware Downloads"
|
||||
link="firmware-downloads"
|
||||
/>
|
||||
<ul
|
||||
style={{
|
||||
position: "relative",
|
||||
|
|
Loading…
Reference in a new issue