Skip to content

Commit

Permalink
adjust manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mtsanderson committed Oct 15, 2024
1 parent c5a5417 commit cf08a02
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
1 change: 1 addition & 0 deletions dash.board/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@ yarn-error.log*
next-env.d.ts

.idea
.DS_Store

certificates
Binary file added dash.board/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.
6 changes: 3 additions & 3 deletions dash.board/public/tonconnect-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"url": "https://ton.vote",
"name": "CTO Dashboard",
"iconUrl": "https://ton.vote/logo.png",
"url": "https://dashbooard-nine.vercel.app",
"name": "CTO Dash.Board",
"iconUrl": "https://dashbooard-nine.vercel.app/logo.png",
"projectId": "cto-dash-board-project-id", // Add this line
"redirectURL": "https://dashbooard-nine.vercel.app", // Replace with your actual redirect URL
"network": {
Expand Down

0 comments on commit cf08a02

Please sign in to comment.