Skip to content

Commit 158c424

Browse files
committed
small changes
1 parent ca2214d commit 158c424

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

src/content/core/settings/settingConfig.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ export const SETTINGS_CONFIG = {
2727
label: "Save 10%-40% Robux on Purchases",
2828
description: ["This adds a button allowing you to save 40% on items on the catalog and 10% on gamepasses",
2929
"Keep in mind a group is required for this to work.",
30-
"https://www.youtube.com/watch?v=-kUAWWmmkaQ Video guide showing a step by step on how to set it up.",
31-
"**When buying something there will be a 'Save X Robux' Button which when pressed will give you a full guide on how to setup the 40% Method**"
30+
31+
"**When buying something there will be a 'Save X Robux' Button which when pressed will set up the experience required for it to work for you.**"
3232

3333
],
3434
type: "checkbox",

src/content/features/catalog/40method.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import { launchMultiplayerGame, launchStudioForGame } from '../../core/utils/lau
66

77
import { createOverlay } from '../../core/ui/overlay.js';
88
import { createDropdown } from '../../core/ui/dropdown.js';
9-
import { createScrollButtons } from '../../core/ui/general/scrollButtons.js';
109
import { createSpinner } from '../../core/ui/spinner.js';
1110
import { createStyledInput } from '../../core/ui/catalog/input.js';
1211

0 commit comments

Comments
 (0)