Skip to content

Commit 2e7fb2f

Browse files
committed
Update index.js
1 parent 610b3b4 commit 2e7fb2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ $('.to-copy').click(function () {
7575

7676
function Index() {
7777
this.landBgs = [
78-
'img/dark-PC-compressed/0.jpg',
7978
'img/dark-PC-compressed/1.jpg',
8079
'img/dark-PC-compressed/2.jpg',
8180
'img/dark-PC-compressed/3.jpg',
@@ -89,6 +88,7 @@ function Index() {
8988
'img/dark-PC-compressed/12.jpg',
9089
]
9190
this.portBgs = [
91+
'img/dark-PC-compressed/0.jpg',
9292
'img/dark-mobile-compressed/1.jpg',
9393
'img/dark-mobile-compressed/2.jpg',
9494
'img/dark-mobile-compressed/3.jpg',

0 commit comments

Comments
 (0)