Skip to content

Commit

Permalink
url change
Browse files Browse the repository at this point in the history
  • Loading branch information
sahil-lalani committed Aug 9, 2024
1 parent a5e4239 commit 2dc87a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"author": {
"name": "Surfer",
"email": "slalani304@gmail.com",
"url": "https://surfsup.framer.website"
"url": "https://surfsup.web.app"
},
"main": "./src/main/main.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion release/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"author": {
"name": "Jack Blair, Thomas Stahura, Sahil Lalani",
"email": "jackblairing@gmail.com",
"url": "https://surfsup.framer.website"
"url": "https://surfsup.web.app"
},
"main": "./dist/main/main.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/main/utils/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ export default class MenuBuilder {
{
label: 'Learn More',
click() {
shell.openExternal('https://surfsup.framer.website');
shell.openExternal('https://surfsup.web.app');
},
},
{
Expand Down Expand Up @@ -368,7 +368,7 @@ export default class MenuBuilder {
{
label: 'Learn More',
click() {
shell.openExternal('https://surfsup.framer.website');
shell.openExternal('https://surfsup.web.app');
},
},
{
Expand Down

0 comments on commit 2dc87a7

Please sign in to comment.