Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
atch2203 committed Jun 13, 2024
1 parent 50a63c1 commit 37febb5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default function Nav(){
</span>
</h2>
<p className="m-0 max-w-[30ch] text-sm opacity-50">
test
testingfsdafdsa
</p>
</a>
);
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"deploy": "gh-pages -d build"
},
"dependencies": {
"next": "14.2.4",
"react": "^18",
"react-dom": "^18"
"next": "^14.2.4",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "^20",
Expand Down

0 comments on commit 37febb5

Please sign in to comment.