Skip to content

Commit 63ac847

Browse files
committed
I HATE TABS
1 parent db1eb91 commit 63ac847

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web/src/components/Welcome.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ export default {
2323
worldTime() {
2424
return moment.duration(this.info.worldTime || 0, 'seconds').humanize();
2525
},
26-
homePage() {
27-
return this.info.homepage;
28-
},
26+
homePage() {
27+
return this.info.homepage;
28+
},
2929
},
3030
};
3131

0 commit comments

Comments
 (0)