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 610b3b4 commit 2e7fb2fCopy full SHA for 2e7fb2f
js/index.js
@@ -75,7 +75,6 @@ $('.to-copy').click(function () {
75
76
function Index() {
77
this.landBgs = [
78
- 'img/dark-PC-compressed/0.jpg',
79
'img/dark-PC-compressed/1.jpg',
80
'img/dark-PC-compressed/2.jpg',
81
'img/dark-PC-compressed/3.jpg',
@@ -89,6 +88,7 @@ function Index() {
89
88
'img/dark-PC-compressed/12.jpg',
90
]
91
this.portBgs = [
+ 'img/dark-PC-compressed/0.jpg',
92
'img/dark-mobile-compressed/1.jpg',
93
'img/dark-mobile-compressed/2.jpg',
94
'img/dark-mobile-compressed/3.jpg',
0 commit comments