Skip to content

Commit

Permalink
Merge pull request #92 from Mr-Ben-Merch-Store/dev
Browse files Browse the repository at this point in the history
Add new logo into main
  • Loading branch information
RedCat888 authored Aug 31, 2024
2 parents 61f5632 + dd1d262 commit ced70a2
Show file tree
Hide file tree
Showing 14 changed files with 330 additions and 180 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,5 @@ Here are some documentation links if you want to learn more:
- ADMIN_PASS (the password for the admin dashboard)
- JWT_KEY_SIGNATURE (the JWT encoding signature that's used to encode user tokens)
- PRINTFUL_TOKEN (The token used for the printful store)
- MONGO_USER (the login for MongoDB)
- MONGO_PASS (the password for the MongoDB)
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@
},
"dependencies": {
"@heroicons/react": "^2.1.5",
"jose": "^5.7.0",
"jose": "^5.8.0",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.8.0",
"next": "14.2.6",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "^20.16.1",
"@types/react": "^18.3.4",
"@types/node": "^20.16.2",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-config-next": "14.0.0",
"postcss": "^8.4.41",
"postcss": "^8.4.42",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4"
},
Expand Down
131 changes: 75 additions & 56 deletions pnpm-lock.yaml

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

Binary file added public/gallery/bettereagle_chip.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/gallery/mrbenword.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/gallery/spacecsdesign.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ced70a2

Please sign in to comment.