This commit is contained in:
Foster Irwin 2022-02-03 16:24:04 -07:00
parent ecfafcc5b1
commit d0358b6645

View file

@ -51,11 +51,6 @@ const Firmware = (): JSX.Element => {
<div className="container">
<HeaderText
type="h2"
text="Advanced"
link="advanced"
/>
<HeaderText
type="h3"
text="Firmware Downloads"
link="firmware-downloads"
/>
@ -108,11 +103,6 @@ const Firmware = (): JSX.Element => {
</>
)}
</ul>
<HeaderText
type="h3"
text="Sideload Android"
link="sideload-android"
/>
</div>
</main>
</Layout>