Skip to content

Commit db1eb91

Browse files
committed
eslint
1 parent 0575bcc commit db1eb91

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/src/components/Welcome.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<h1>{{info.servername}}</h1>
55
<p>Server time elapsed {{worldTime}}</p>
66

7-
<p><a class="btn btn-primary btn-lg" href="{{homepage}}" role="button">Learn more &raquo;</a></p>
7+
<p><a class="btn btn-primary btn-lg" href="{{homePage}}" role="button">Learn more &raquo;</a></p>
88

99
</div>
1010
</div>
@@ -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)