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

Commit

Permalink
Change unofficial wording to official
Browse files Browse the repository at this point in the history
  • Loading branch information
mdcfe authored Mar 25, 2018
1 parent ecbd8b2 commit 7968656
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docute-landing.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const landing = {
html: `
<div id="landing" class="main content markdown-body">
<p><img src="https://camo.githubusercontent.com/9ad178e5cf76a372d6aaee8bbdf13485fbc1d51b/68747470733a2f2f692e696d6775722e636f6d2f435034535a70422e706e67"></img></p>
<p><i>This is not an official EssentialsX site.</i></p>
<p><i>The official EssentialsX site.</i></p>
<section>
<a class="big wiki" href="#/_DocuteHome">Visit wiki</a>
<a class="big download" href="#" @click="toggleDownloads">
Expand Down Expand Up @@ -30,4 +30,4 @@ const landing = {
},
};

window.landing = landing;
window.landing = landing;

0 comments on commit 7968656

Please sign in to comment.