Skip to content

Commit b4bc0d2

Browse files
committed
changes while recording
1 parent 24fac1e commit b4bc0d2

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

17-stripe-submenus/final/app.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,7 @@ linkBtns.forEach((btn) => {
4747
submenu.style.left = `${center}px`;
4848
submenu.style.top = `${bottom}px`;
4949
// OPTIONAL
50-
let columns;
51-
if (links.length <= 2) {
52-
columns = 'col-2';
53-
}
50+
let columns = 'col-2';
5451
if (links.length === 3) {
5552
columns = 'col-3';
5653
}

17-stripe-submenus/final/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Stripe</title>
6+
<title>Stripe Setup</title>
77
<!-- font-awesome -->
88
<link
99
rel="stylesheet"

0 commit comments

Comments
 (0)