Skip to content

Commit

Permalink
Update to remove the new website banner
Browse files Browse the repository at this point in the history
  • Loading branch information
slmnio committed Aug 29, 2021
1 parent fc48a13 commit a2c7958
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions website/src/components/website/WebsiteNav.vue
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<template>
<div class="website-nav">
<WebsiteNavBanner v-if="siteMode === 'live' || siteMode === 'production'" class="bg-primary text-white">
<b><a href="https://github.com/slmnio/slmngg-sfc" class="text-light">Welcome to the new SLMN.GG!</a></b> Completely rewritten to be faster, cleaner and better. Please be patient with any teething problems from the big switch over.
</WebsiteNavBanner>
<!-- <WebsiteNavBanner v-if="siteMode === 'live' || siteMode === 'production'" class="bg-primary text-white">-->
<!-- <b><a href="https://github.com/slmnio/slmngg-sfc" class="text-light">Welcome to the new SLMN.GG!</a></b> Completely rewritten to be faster, cleaner and better. Please be patient with any teething problems from the big switch over.-->
<!-- </WebsiteNavBanner>-->
<WebsiteNavBanner v-if="siteMode === 'staging'" class="bg-warning text-dark">
<!-- <b><a href="https://github.com/slmnio/slmngg-sfc" class="text-dark">Beta development version:</a></b> things may break, be missing, or not appear as expected.-->
The new site has been deployed on <a href="https://slmn.gg" class="text-dark font-weight-bold">slmn.gg</a>! <br> <b>dev.slmn.gg</b> will be updated with the latest changes to the
<a href="https://github.com/slmnio/slmngg-sfc" class="text-dark font-weight-bold">repository</a>, but use <a href="https://slmn.gg" class="text-dark font-weight-bold">slmn.gg</a> for the latest stable update.
<b><a href="https://github.com/slmnio/slmngg-sfc" class="text-dark">Beta development version:</a></b> things may break. Use <a href="https://slmn.gg" class="text-dark font-weight-bold">slmn.gg</a> for the latest stable update.
</WebsiteNavBanner>
<WebsiteNavBanner v-if="siteMode === 'local'" class="bg-primary text-light">
SLMN.GG is running in local development mode.
Expand Down

0 comments on commit a2c7958

Please sign in to comment.