Skip to content

Commit 664a0cc

Browse files
Merge pull request #133 from snehafarkya/equal-spaces
margin corrected #130
2 parents 7aa1c84 + 905459a commit 664a0cc

File tree

3 files changed

+90
-90
lines changed

3 files changed

+90
-90
lines changed

components/Sort.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export default function Sort() {
7777
}
7878
};
7979
return (
80-
<div className="flex justify-center items-center mb-2 flex-col gap-2">
80+
<div className="flex justify-center items-center mb-8 flex-col gap-2">
8181
<div className="dropdown dropdown-hover">
8282
<Button tabIndex={0} className="m-1 py-2">
8383
<FontAwesomeIcon

package-lock.json

Lines changed: 88 additions & 88 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@twuni/emojify": "^1.0.2",
2020
"daisyui": "^3.7.7",
2121
"framer-motion": "^10.16.4",
22-
"next": ">=13.5.2",
22+
"next": "^13.5.3",
2323
"next-seo": "^6.1.0",
2424
"nextjs-progressbar": "^0.0.16",
2525
"react": "18.2.0",

0 commit comments

Comments
 (0)