File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ export default function BugReport() {
245
245
} my-1`}
246
246
/>
247
247
< div className = "text-center text-sm py-3" >
248
- © 2024 < strong > drawDB</ strong > - All right reserved.
248
+ © { new Date ( ) . getFullYear ( ) } < strong > drawDB</ strong > - All rights reserved.
249
249
</ div >
250
250
</ >
251
251
) ;
Original file line number Diff line number Diff line change @@ -260,7 +260,7 @@ export default function LandingPage() {
260
260
</ div >
261
261
< hr className = "border-zinc-300" />
262
262
< div className = "text-center text-sm py-3" >
263
- © 2024 < strong > drawDB</ strong > - All right reserved.
263
+ © { new Date ( ) . getFullYear ( ) } < strong > drawDB</ strong > - All rights reserved.
264
264
</ div >
265
265
</ div >
266
266
) ;
Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ export default function Templates() {
192
192
</ div >
193
193
< hr className = "border-zinc-300 my-1" />
194
194
< div className = "text-center text-sm py-3" >
195
- © 2024 < strong > drawDB</ strong > - All right reserved.
195
+ © { new Date ( ) . getFullYear ( ) } < strong > drawDB</ strong > - All rights reserved.
196
196
</ div >
197
197
</ div >
198
198
) ;
You can’t perform that action at this time.
0 commit comments