We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7f06de commit 4e6a2c3Copy full SHA for 4e6a2c3
src/components/dashboard/NavBar.tsx
@@ -517,10 +517,10 @@ export const NavBar: React.FC<NavBarProps> = ({
517
alignItems: "center",
518
borderRadius: "5px",
519
padding: "8px",
520
- marginRight: "-4px",
+ marginRight: "4px",
521
}}
522
>
523
- <Translate />
+ <Translate />
524
</IconButton>
525
<Menu
526
anchorEl={langAnchorEl}
0 commit comments