From 4a101eb4c557fbc671006a048450df9c450d5710 Mon Sep 17 00:00:00 2001 From: Jimmy Chu <898091+jimmychu0807@users.noreply.github.com> Date: Mon, 23 Sep 2024 08:59:08 +0800 Subject: [PATCH] Updated project info (#52) --- apps/web/src/config/index.ts | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/web/src/config/index.ts b/apps/web/src/config/index.ts index de8e733..da7ceb3 100644 --- a/apps/web/src/config/index.ts +++ b/apps/web/src/config/index.ts @@ -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", }; diff --git a/package.json b/package.json index b5ca7ac..b9ce043 100644 --- a/package.json +++ b/package.json @@ -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": {