Update src/components/Footer.vue
All checks were successful
Deploy to Production / deploy (push) Successful in 6s

This commit is contained in:
2026-02-26 22:28:18 +00:00
parent 53fb65091c
commit a39ebd606f

View File

@@ -6,7 +6,7 @@ const version = __APP_VERSION__;
<template>
<footer class="app-footer glass-panel">
<div class="footer-content">
<p>&copy; {{ currentYear }} Rubic Cube. Version {{ version }}</p>
<p>&copy; {{ currentYear }} Rubic Cube. v{{ version }}</p>
</div>
</footer>
</template>