forked from BLC/sgeUpdated
Fix DataCenter emission calculation: VM-level processing, authentication fixes, and type safety improvements
This commit is contained in:
11
src/@core/layouts/components/footer/index.js
Normal file
11
src/@core/layouts/components/footer/index.js
Normal file
@@ -0,0 +1,11 @@
|
||||
const Footer = () => {
|
||||
return (
|
||||
<p className='clearfix mb-0'>
|
||||
<span className='float-md-right d-none d-md-block'>
|
||||
BLC İletişim ve Güvenlik Sistemleri © {new Date().getFullYear()}
|
||||
</span>
|
||||
</p>
|
||||
)
|
||||
}
|
||||
|
||||
export default Footer
|
||||
Reference in New Issue
Block a user