We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24fac1e commit b4bc0d2Copy full SHA for b4bc0d2
17-stripe-submenus/final/app.js
@@ -47,10 +47,7 @@ linkBtns.forEach((btn) => {
47
submenu.style.left = `${center}px`;
48
submenu.style.top = `${bottom}px`;
49
// OPTIONAL
50
- let columns;
51
- if (links.length <= 2) {
52
- columns = 'col-2';
53
- }
+ let columns = 'col-2';
54
if (links.length === 3) {
55
columns = 'col-3';
56
}
17-stripe-submenus/final/index.html
@@ -3,7 +3,7 @@
3
<head>
4
<meta charset="UTF-8" />
5
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
- <title>Stripe</title>
+ <title>Stripe Setup</title>
7
<!-- font-awesome -->
8
<link
9
rel="stylesheet"
0 commit comments