@getcoherent/core 0.3.2 → 0.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5836,7 +5836,7 @@ export function Footer() {
|
|
|
5836
5836
|
return (
|
|
5837
5837
|
<footer className="border-t">
|
|
5838
5838
|
<div className="mx-auto flex h-14 max-w-7xl items-center justify-between px-4 text-sm text-muted-foreground sm:px-6 lg:px-8">
|
|
5839
|
-
<p
|
|
5839
|
+
<p>{'\xA9'} {new Date().getFullYear()} ${appName}</p>
|
|
5840
5840
|
<p className="hidden sm:block">Built with Coherent Design Method</p>
|
|
5841
5841
|
</div>
|
|
5842
5842
|
</footer>
|