aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-06-17 09:28:50 +0200
committerMinteck <contact@minteck.org>2022-06-17 09:28:50 +0200
commit49e17fd3c44ca89c63df90636107b9a137e664a0 (patch)
tree160de78d7540db30bd86c1fae056f081d6d33f36
parentb5ad0c3f40c05eccc62c78d7ac5893d88d3e7762 (diff)
downloadember-49e17fd3c44ca89c63df90636107b9a137e664a0.tar.gz
ember-49e17fd3c44ca89c63df90636107b9a137e664a0.tar.bz2
ember-49e17fd3c44ca89c63df90636107b9a137e664a0.zip
Fix small issue with the footer
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index a7a3ff4..a44acfc 100644
--- a/index.php
+++ b/index.php
@@ -144,7 +144,7 @@ global $domainMode;
<div id="footer" class="container">
<a href="https://gitlab.minteck.org/minteck/ember/-/tree/<?= version() ?>" target="_blank" id="footer-version">version <?= version() ?></a> (build <?= build_dom() ?>)
- · <span id="footer-hover-zone-1"><?= $conepone ? "Twi" : "Scoots" ?> <span id="footer-hover-text-1">(cutie)</span> &hearts; <span id="footer-hover-zone-2"><?= $conepone ? "Scoots" : "Twi" ?> <span id="footer-hover-text-2">(cutie)</span></span>
+ · <span id="footer-hover-zone-1"><?= $conepone ? "Twi" : "Scoots" ?> <span id="footer-hover-text-1">(cutie)</span></span> &hearts; <span id="footer-hover-zone-2"><?= $conepone ? "Scoots" : "Twi" ?> <span id="footer-hover-text-2">(cutie)</span></span>
<br><br>
</div>
</body>