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 @@ -301,7 +301,7 @@ export default function LandingPage() {
301
301
</ div >
302
302
< hr className = "border-zinc-300" />
303
303
< div className = "text-center text-sm py-3" >
304
- © 2024 < strong > drawDB</ strong > - All right reserved.
304
+ © { new Date ( ) . getFullYear ( ) } < strong > drawDB</ strong > - All rights reserved.
305
305
</ div >
306
306
</ div >
307
307
) ;
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