Skip to content

Commit

Permalink
fix 2?
Browse files Browse the repository at this point in the history
  • Loading branch information
umidullo committed Nov 13, 2023
1 parent db4c5c5 commit 96d8715
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
18 changes: 9 additions & 9 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 @@ -27,7 +27,7 @@
"react-dom": "^18.2.0",
"react-fast-marquee": "^1.6.0",
"react-hook-form": "^7.46.1",
"react-paginate": "^8.2.0",
"react-paginate": "^8.1.3",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.3",
"typescript": "5.1.6"
Expand Down
1 change: 0 additions & 1 deletion pages/portfolio/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ export default function Page({
disabledClassName="border border-white/5 text-white/10"
previousLinkClassName="w-full h-full flex items-center justify-center"
nextLinkClassName="w-full h-full flex items-center justify-center"
renderOnZeroPageCount={null}
/>
</div>
) : null}
Expand Down

0 comments on commit 96d8715

Please sign in to comment.