Skip to content

Commit a5b43bf

Browse files
committed
refactor(multi): updated pages_account_settings_account & package.json as per new design
- updated package.json bootstrap version
1 parent 89f031d commit a5b43bf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/pages/templates/pages_account_settings_account.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ <h6 class="alert-heading mb-1">Are you sure you want to delete your account?</h6
199199
<input class="form-check-input" type="checkbox" name="accountActivation" id="accountActivation" />
200200
<label class="form-check-label" for="accountActivation">I confirm my account deactivation</label>
201201
</div>
202-
<button type="submit" class="btn btn-danger deactivate-account" disabled="disabled">Deactivate Account</button>
202+
<button type="submit" class="btn btn-danger">Deactivate Account</button>
203203
</form>
204204
</div>
205205
</div>

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"dependencies": {
4545
"@popperjs/core": "^2.11.8",
4646
"apexcharts-clevision": "^3.28.5",
47-
"bootstrap": "~5.3.2",
47+
"bootstrap": "~5.3.3",
4848
"highlight.js": "~11.8.0",
4949
"jquery": "~3.7.1",
5050
"masonry-layout": "~4.2.2",

src/yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1818,7 +1818,7 @@ bindings@^1.5.0:
18181818
dependencies:
18191819
file-uri-to-path "1.0.0"
18201820

1821-
bootstrap@~5.3.2:
1821+
bootstrap@~5.3.3:
18221822
version "5.3.3"
18231823
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.3.3.tgz#de35e1a765c897ac940021900fcbb831602bac38"
18241824
integrity sha512-8HLCdWgyoMguSO9o+aH+iuZ+aht+mzW0u3HIMzVu7Srrpv7EBBxTnrFlSCskwdY1+EOFQSm7uMJhNQHkdPcmjg==

0 commit comments

Comments
 (0)