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() {
245245 } my-1`}
246246 />
247247 < 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.
249249 </ div >
250250 </ >
251251 ) ;
Original file line number Diff line number Diff line change @@ -301,7 +301,7 @@ export default function LandingPage() {
301301 </ div >
302302 < hr className = "border-zinc-300" />
303303 < 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.
305305 </ div >
306306 </ div >
307307 ) ;
Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ export default function Templates() {
192192 </ div >
193193 < hr className = "border-zinc-300 my-1" />
194194 < 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.
196196 </ div >
197197 </ div >
198198 ) ;
You can’t perform that action at this time.
0 commit comments