From 5cd28d8b7b26707fde7eac7ac66c95262a50fd6f Mon Sep 17 00:00:00 2001 From: Aron Onak Date: Thu, 11 Jul 2024 19:16:29 +0200 Subject: [PATCH] prefs.js - Removed New extension position --- github-actions@arononak.github.io/prefs.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/github-actions@arononak.github.io/prefs.js b/github-actions@arononak.github.io/prefs.js index 4a90703..689230e 100644 --- a/github-actions@arononak.github.io/prefs.js +++ b/github-actions@arononak.github.io/prefs.js @@ -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`,