Try building
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
---
|
||||
import { siteConfig } from "../config/site";
|
||||
---
|
||||
|
||||
<footer
|
||||
class="footer footer-center p-4 bg-base-300 text-base-content"
|
||||
role="contentinfo"
|
||||
@@ -5,7 +9,9 @@
|
||||
<aside>
|
||||
<p>
|
||||
<span class="sr-only">Copyright</span>
|
||||
© 2024 - All rights reserved by Your Business Name
|
||||
© {new Date().getFullYear()} - All rights reserved by {
|
||||
siteConfig.name
|
||||
}
|
||||
</p>
|
||||
</aside>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user