Skip to content

Commit

Permalink
Update package name and react version
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillweston committed Jan 5, 2025
1 parent 3972d82 commit 6680935
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "dicerollersimulator",
"name": "DiceRoller-ChubGame",
"private": true,
"version": "0.0.0",
"type": "module",
Expand All @@ -20,7 +20,7 @@
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@types/react": "^18.3.3",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.1",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^9.9.0",
Expand Down
4 changes: 2 additions & 2 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ const App = () => {
)}

<div className="fixed top-3 left-3 text-[36px]">
<p>DICE</p>
<p>3D</p>
<p>DICE 3D</p>
<p>ChubGame</p>
</div>

<div className="fixed bottom-4 left-1/2 -translate-x-1/2 text-center text-[#0000009a]">
Expand Down

0 comments on commit 6680935

Please sign in to comment.