Skip to content

Commit

Permalink
format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Louie-cpu committed May 9, 2024
1 parent 8a7c79b commit af8f17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const Header = ({ signedOutUser }) => {
}
return (
<header>
<div className="bg-neutral flex justify-between">
<div className="flex justify-between bg-neutral">
<div className="flex">
<img
src={noteLogo}
Expand Down

0 comments on commit af8f17a

Please sign in to comment.