Skip to content

Commit d410708

Browse files
committed
Update the footer
Closes #102.
1 parent 110c0ad commit d410708

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,6 @@
4040
"scripts": {
4141
"saber": "NODE_OPTIONS=--openssl-legacy-provider saber",
4242
"postinstall": "patch-package"
43-
}
43+
},
44+
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
4445
}

src/components/Footer.vue

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<a href="https://www.spigotmc.org/resources/essentialsx.9089/" class="tag is-spigot">{{ downloads }} downloads</a>
1010
</div>
1111
</b-tooltip>
12-
<b-tooltip class="control" multilined label="View all changelogs">
12+
<b-tooltip class="control" multilined label="View all changelogs on GitHub">
1313
<div class="tags has-addons">
1414
<a href="https://github.com/EssentialsX/Essentials/releases" class="tag is-dark">Latest release</a>
1515
<a href="https://github.com/EssentialsX/Essentials/releases" class="tag is-primary">{{ latestRelease }}</a>
@@ -21,7 +21,7 @@
2121
<a href="https://ci.ender.zone/job/EssentialsX" class="tag is-success">b{{ buildNo }}</a>
2222
</div>
2323
</b-tooltip>
24-
<b-tooltip class="control" multilined :label="membersHover + ' people chatting on Discord'">
24+
<b-tooltip class="control" multilined :label="membersHover + ' people online on MOSS'">
2525
<div class="tags has-addons">
2626
<a href="https://discord.gg/h8CnPSw" class="tag is-dark">Discord</a>
2727
<a href="https://discord.gg/h8CnPSw" class="tag is-discord">{{ members }} online</a>
@@ -42,20 +42,26 @@
4242
<b-tooltip class="control" multilined label="Change the website theme">
4343
<theme-toggle></theme-toggle>
4444
</b-tooltip>
45+
<div class="hide-until-code">
46+
<b-tooltip class="control hide-until-code" multilined label="???">
47+
<div class="tags">
48+
<a class="tag is-info" href="https://tcrf.net/Dreamcast#Hidden_Alternate_Menu">???</a>
49+
</div>
50+
</b-tooltip>
51+
</div>
4552
</div>
4653
</div>
4754
<br />
4855
<div class="container content">
49-
<p>Website copyright &copy; 2019-2022 EssentialsX Team, 2015-2022 EssentialsX wiki contributors except where otherwise noted.</p>
50-
<span class="hide-until-code"><a class="button is-info" href="https://tcrf.net/Dreamcast#Hidden_Alternate_Menu">???</a></span>
56+
<p>Website and documentation &copy; 2019-2025 EssentialsX Team, 2015-2025 EssentialsX wiki contributors, except where otherwise noted.</p>
57+
<p>Not an official Minecraft product. Not approved by or associated with Mojang or Microsoft.</p>
5158
</div>
5259
</footer>
5360
</div>
5461

5562
</template>
5663

5764
<script>
58-
import axios from "axios";
5965
import ThemeToggle from "./ThemeToggle";
6066
6167
export default {

src/style/main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ $menu-nested-list-margin: 0.25em;
5050

5151
// Footer
5252
$footer-background-color: darken($white, 4%);
53-
$footer-padding: 2rem 1.5rem 1rem;
53+
$footer-padding: 2rem 1.5rem 4rem;
5454

5555
// Import Bulma and Buefy styles
5656
@import "~bulma";

0 commit comments

Comments
 (0)