mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
feat: ✨ Ristrutturazione completa del progetto
This commit is contained in:
15
resources/ts/Components/layout/Footer.tsx
Normal file
15
resources/ts/Components/layout/Footer.tsx
Normal file
@@ -0,0 +1,15 @@
|
||||
import {Component} from '../Component';
|
||||
|
||||
export class Footer extends Component {
|
||||
view() {
|
||||
return (
|
||||
<footer>
|
||||
<a href="https://openstamanager.com">{__('OpenSTAManager')}</a>
|
||||
<div class="right-footer">
|
||||
<strong>{__('Versione')}</strong> {app.VERSION}
|
||||
<small>(<code>{app.REVISION}</code>)</small>
|
||||
</div>
|
||||
</footer>
|
||||
);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user