Updated
This commit is contained in:
parent
afb5f3a287
commit
db3736b71f
16 changed files with 203 additions and 181 deletions
11
frontend/src/@dasig/components/Copyright.tsx
Normal file
11
frontend/src/@dasig/components/Copyright.tsx
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
import { $companyName, $copyRightYear } from "configs/config.site"
|
||||
|
||||
export default () => {
|
||||
return (
|
||||
<>
|
||||
<span>
|
||||
Copyright © {$copyRightYear.get()} {$companyName.get()} All Rights Reserved.
|
||||
</span>
|
||||
</>
|
||||
)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue