Skip to content

Commit

Permalink
Updated project info (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmychu0807 committed Sep 23, 2024
1 parent 1ae8512 commit 4a101eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/web/src/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ export const RpcUrls = {
export const projectInfo = {
name: "PSE Capstone - Number Guessing Game",
desc: "Guessing game using zk-SNARKS",
homepage: "https://github.com/jimmychu0807/PSE-core-self-capstone",
homepage: "https://pse-core-capstone.vercel.app",
authorHomepage: "https://linktr.ee/jimmychu0807",
github: "https://github.com/jimmychu0807/PSE-core-self-capstone",
github: "https://github.com/jimmychu0807/PSE-core-capstone",
image: "https://avatars.githubusercontent.com/u/898091?v=4",
psePage: "https://pse.dev/en/programs",
};
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "@jimmychu0807/guessing-game",
"description": "A mini-game of guessing number",
"license": "MIT",
"homepage": "https://pse-core-capstone.vercel.app",
"repository": "https://github.com/jimmychu0807/PSE-core-hackathon.git",
"homepage": "https://github.com/jimmychu0807/PSE-core-hackathon",
"bugs": "https://github.com/jimmychu0807/PSE-core-hackathon/issues",
"private": true,
"scripts": {
Expand Down

0 comments on commit 4a101eb

Please sign in to comment.