Skip to content

Commit

Permalink
feat: datafund app added (#448) (#449)
Browse files Browse the repository at this point in the history
* feat: add notable apps and hashes

* fix: remove copyEtherjot step

* feat: add devcon.buzz

* feat: datafund app added

---------

Co-authored-by: tomicvladan <[email protected]>
Co-authored-by: Cafe137 <[email protected]>
  • Loading branch information
3 people authored Nov 11, 2024
1 parent 1d8be48 commit 4d21617
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/electron.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ export function rebuildElectronTray() {
type: 'submenu',
label: 'Apps',
submenu: [
{
label: 'Datafund App',
click: () => openUrl('https://app.datafund.io'),
},
{
label: 'Devcon.buzz',
click: () => openUrl('https://devcon.buzz'),
Expand Down

0 comments on commit 4d21617

Please sign in to comment.