Skip to content

Commit

Permalink
Decrease height of footer component
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Nechaev authored and sergeynechaev committed Mar 9, 2023
1 parent 1791584 commit 00c710d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/Marine2/components/ui/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import VersionInfo from "../VersionInfo"

const Footer = () => {
return (
<div className="flex w-full flex-row justify-between pt-2 pb-4">
<div className="flex w-full flex-row justify-between pt-1 pb-3">
<VersionInfo />
<Settings />
</div>
Expand Down

0 comments on commit 00c710d

Please sign in to comment.