Skip to content

Commit

Permalink
chore: switch to mt-2
Browse files Browse the repository at this point in the history
  • Loading branch information
afonsojramos committed Jun 14, 2024
1 parent 814b2f0 commit 75db479
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ interface IHeader {
export const Header = ({ children }: IHeader) => {
const navigate = useNavigate();
return (
<div className="mx-8 mt-4 flex items-center justify-between py-2">
<div className="mx-8 mt-2 flex items-center justify-between py-2">
<button
type="button"
className="focus:outline-none"
Expand Down
4 changes: 2 additions & 2 deletions src/components/__snapshots__/Header.test.tsx.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/routes/__snapshots__/Accounts.test.tsx.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/routes/__snapshots__/LoginWithOAuthApp.test.tsx.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/routes/__snapshots__/Settings.test.tsx.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 75db479

Please sign in to comment.