mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-10-13 13:58:05 +00:00
Fixing rights year static to dynamic (#620)
This commit is contained in:
@@ -245,7 +245,7 @@ export default function BugReport() {
|
||||
} my-1`}
|
||||
/>
|
||||
<div className="text-center text-sm py-3">
|
||||
© 2024 <strong>drawDB</strong> - All right reserved.
|
||||
© {new Date().getFullYear()} <strong>drawDB</strong> - All rights reserved.
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
|
@@ -301,7 +301,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
<hr className="border-zinc-300" />
|
||||
<div className="text-center text-sm py-3">
|
||||
© 2024 <strong>drawDB</strong> - All right reserved.
|
||||
© {new Date().getFullYear()} <strong>drawDB</strong> - All rights reserved.
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
@@ -192,7 +192,7 @@ export default function Templates() {
|
||||
</div>
|
||||
<hr className="border-zinc-300 my-1" />
|
||||
<div className="text-center text-sm py-3">
|
||||
© 2024 <strong>drawDB</strong> - All right reserved.
|
||||
© {new Date().getFullYear()} <strong>drawDB</strong> - All rights reserved.
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
Reference in New Issue
Block a user