Skip to content

Commit

Permalink
Removed unessecary label
Browse files Browse the repository at this point in the history
  • Loading branch information
CEbbinghaus committed Oct 27, 2024
1 parent 1ed5907 commit 51b96a3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,6 @@ function Content() {
<div style={{scrollPadding: "48px 0px" }}>
<Focusable onMenuActionDescription='Open Docs' onMenuButton={() => { Navigation.CloseSideMenus(); Navigation.Navigate(DOCUMENTATION_PATH); }}>
{docs_card}
<div style={{ margin: "5px", marginTop: "0px" }}>
Edit MicroSD Cards
</div>
<PanelSection title="Cards">
{isLoaded ? (
<ReorderableList<MicroSDCard>
Expand Down

0 comments on commit 51b96a3

Please sign in to comment.