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 27ec754 commit a4c28f2Copy full SHA for a4c28f2
docs/pages/docs/index.js
@@ -47,7 +47,8 @@ export default {
47
},
48
computed: {
49
hrefBootstrapBrowserDevices() {
50
- return `//getbootstrap.com/docs/${this.bootstrapVersionMinor}/getting-started/browsers-devices`
+ const minorVersion = this.bootstrapVersionMinor
51
+ return `//getbootstrap.com/docs/${minorVersion}/getting-started/browsers-devices`
52
53
// TODO: pull this from the meta.json file
54
meta() {
0 commit comments