Skip to content
This repository was archived by the owner on Oct 6, 2022. It is now read-only.

Commit

Permalink
Ensure note is on separate line
Browse files Browse the repository at this point in the history
  • Loading branch information
mdcfe committed Feb 15, 2018
1 parent 114f936 commit c954736
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const landing = {
html: `
<transition name="fadein">
<div id="landing" class="main content markdown-body">
<img src="https://camo.githubusercontent.com/9ad178e5cf76a372d6aaee8bbdf13485fbc1d51b/68747470733a2f2f692e696d6775722e636f6d2f435034535a70422e706e67"></img>
<i>This is not an official EssentialsX site.</i>
<p><img src="https://camo.githubusercontent.com/9ad178e5cf76a372d6aaee8bbdf13485fbc1d51b/68747470733a2f2f692e696d6775722e636f6d2f435034535a70422e706e67"></img></p>
<p><i>This is not an official EssentialsX site.</i></p>
<h2>Download EssentialsX</h2>
<section>
<p v-if="buildNo">The latest version of EssentialsX is <b>{{build}}</b>.</p>
Expand Down

0 comments on commit c954736

Please sign in to comment.