Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chayan8837 committed Sep 23, 2024
1 parent 9880dc1 commit 4e404fb
Show file tree
Hide file tree
Showing 3 changed files with 1,065 additions and 1,076 deletions.
4 changes: 2 additions & 2 deletions components/UI/PortfolioItem.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ const PortfolioItem = (props) => {

{keyword.map((item, index) => (
<span
className={`${classes.portfolio__keyword} my-1`}
className={`${classes.portfolio__keyword} my-1 `}
key={index}
>
{item}
{item} hi
</span>
))}
</div>
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@
"axios": "^1.2.1",
"bootstrap": "^5.1.3",
"globby": "^13.1.3",
"google-spreadsheet": "^3.3.0",
"google-spreadsheet": "^4.1.4",
"googleapis": "^110.0.0",
"mongodb": "^4.13.0",
"next": "^13.1.1",
"next-auth": "^4.18.10",
"react": "18.2.0",
"react-browser-ui": "^1.3.5",
"react-device-detect": "^2.2.2",
"react-dom": "18.2.0",
"react-icons": "^4.9.0",
Expand Down
Loading

0 comments on commit 4e404fb

Please sign in to comment.