Files
manja_dev_ui/src/components/AppFooter.vue
T
sean bd77e1a4e7
NPM Installation / build (16.x, ubuntu-latest) (push) Has been cancelled
NPM Installation / build (16.x, windows-latest) (push) Has been cancelled
NPM Installation / build (17.x, ubuntu-latest) (push) Has been cancelled
NPM Installation / build (17.x, windows-latest) (push) Has been cancelled
NPM Installation / build (18.x, ubuntu-latest) (push) Has been cancelled
NPM Installation / build (18.x, windows-latest) (push) Has been cancelled
Ticket material
2026-07-03 16:26:00 +07:00

13 lines
381 B
Vue

<template>
<CFooter class="px-4">
<div>
<a href="https://manjapro.net/" target="_blank">ManjaPro</a>
<span class="ms-1">&copy; {{ new Date().getFullYear() }} bestapps</span>
</div>
<div class="ms-auto">
<span class="me-1" target="_blank">Powered by</span>
<a href="https://rjn-net.id/">PT. LJN Cikembar</a>
</div>
</CFooter>
</template>