Skip to content

Commit

Permalink
Removed the line under the app version
Browse files Browse the repository at this point in the history
  • Loading branch information
IraSoro committed Jul 10, 2024
1 parent ea6f077 commit cda16e6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/modals/Menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,10 @@ export const Menu = (props: MenuProps) => {
</IonItem>
)}
</IonList>
<IonItem color="none">
<IonItem
color="none"
lines="none"
>
<IonLabel
style={{ fontSize: "13px" }}
color="medium"
Expand Down

0 comments on commit cda16e6

Please sign in to comment.