updated footer.

This commit is contained in:
ArabCoders 2023-12-02 22:19:07 +03:00
parent 188c232e38
commit 40ddcbd79d

View file

@ -1,12 +1,7 @@
<template>
<div class="columns is-multiline mt-3">
<div class="column has-text-left">
{{ Year }} © YTPtube - {{ app_version }}
</div>
<div class="column has-text-right">
<a href="https://github.com/ArabCoders/ytptube" target="_blank">
Github
</a>
© {{ Year }} <a href="https://github.com/ArabCoders/ytptube" target="_blank">YTPTube</a> - {{ app_version }}
</div>
</div>
</template>