feat: display app version in footer
This commit is contained in:
parent
d4d84ad0db
commit
d6740ec5d0
3 changed files with 7 additions and 2 deletions
|
|
@ -52,6 +52,7 @@
|
|||
</div>
|
||||
<div>
|
||||
<p>Copyright © {{ new Date().getFullYear() }}</p>
|
||||
<p class="text-sm opacity-75">v{{ $config.public.version }}</p>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue