Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pages/BugReport.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ export default function BugReport() {
} my-1`}
/>
<div className="text-center text-sm py-3">
&copy; 2024 <strong>drawDB</strong> - All right reserved.
&copy; {new Date().getFullYear()} <strong>drawDB</strong> - All rights reserved.
</div>
</>
);
Expand Down
2 changes: 1 addition & 1 deletion src/pages/LandingPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ export default function LandingPage() {
</div>
<hr className="border-zinc-300" />
<div className="text-center text-sm py-3">
&copy; 2024 <strong>drawDB</strong> - All right reserved.
&copy; {new Date().getFullYear()} <strong>drawDB</strong> - All rights reserved.
</div>
</div>
);
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Templates.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ export default function Templates() {
</div>
<hr className="border-zinc-300 my-1" />
<div className="text-center text-sm py-3">
&copy; 2024 <strong>drawDB</strong> - All right reserved.
&copy; {new Date().getFullYear()} <strong>drawDB</strong> - All rights reserved.
</div>
</div>
);
Expand Down