Skip to content

Commit

Permalink
Bump tailwind to 3.4.10 (#67)
Browse files Browse the repository at this point in the history
* Bump tailwind to 3.4.10

* Fix formatting
  • Loading branch information
tomasr8 authored Aug 20, 2024
1 parent df30933 commit 01f9244
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 21 deletions.
36 changes: 17 additions & 19 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@
"lint-staged": "^14.0.1",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.5.4",
"tailwindcss": "^3.3.2"
"tailwindcss": "^3.4.10"
}
}
2 changes: 1 addition & 1 deletion src/Components/TopNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function TopNav({
);
} else {
return (
<div className="min-h-10 mb-4 flex items-center justify-between p-2">
<div className="mb-4 flex min-h-10 items-center justify-between p-2">
<button
type="button"
className="flex max-w-[60%] cursor-pointer items-center rounded-full transition-all
Expand Down

0 comments on commit 01f9244

Please sign in to comment.