Skip to content

Commit

Permalink
prefs.js - Removed New extension position
Browse files Browse the repository at this point in the history
  • Loading branch information
arononak committed Jul 11, 2024
1 parent 798eae9 commit 5cd28d8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions [email protected]/prefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,14 +227,6 @@ export default class GithubActionsPreferences extends ExtensionPreferences {
})
otherGroup.add(homepageRow)

const newExtensionRow = createButtonRow({
title: `Gold Silver Price - Gnome Extension`,
subtitle: `Check out my new extension`,
buttonLabel: `Check`,
onButtonPressed: () => prefsController.onOpenNewExtensionClicked(),
})
otherGroup.add(newExtensionRow)

const bugBountyRow = createButtonRow({
title: `Bug Bounty program`,
subtitle: `If you find an error and it is corrected in the next version, your login and email will be on the honor list in the extension`,
Expand Down

0 comments on commit 5cd28d8

Please sign in to comment.