updates
This commit is contained in:
parent
a26e10c25d
commit
c9ea5cb36c
15
layouts/general_layout/GeneralFooter.jsx
Normal file
15
layouts/general_layout/GeneralFooter.jsx
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
import React from 'react'
|
||||||
|
|
||||||
|
const GeneralFooter = () => {
|
||||||
|
const date = new Date();
|
||||||
|
return (
|
||||||
|
<footer className='mt-10'>
|
||||||
|
{/* <div className='flex-col flex'>
|
||||||
|
<a href="/" className='text-xl font-bold mb-1'>Tben.me</a>
|
||||||
|
</div> */}
|
||||||
|
<span className='text-sm opacity-40'>Copyright © { date.getFullYear() } Tben.me. All Rights Reserved.</span>
|
||||||
|
</footer>
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
export default GeneralFooter
|
Loading…
Reference in New Issue
Block a user