mirror of
https://github.com/Spythere/genera-tor.git
synced 2026-05-03 05:28:13 +00:00
fix: footer typo
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@
|
|||||||
<footer>
|
<footer>
|
||||||
© <a href="https://td2.info.pl/profile/?u=20777">Spythere</a>
|
© <a href="https://td2.info.pl/profile/?u=20777">Spythere</a>
|
||||||
{{ new Date().getUTCFullYear() }} |
|
{{ new Date().getUTCFullYear() }} |
|
||||||
<button class="g-button text" @click="store.updateCardOpen = true">v.{{ appVersion }}</button>
|
<button class="g-button text" @click="store.updateCardOpen = true">v{{ appVersion }}</button>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user