Skip to content
Open
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/AppFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const AppFooter = ({
return (
<div className="grid justify-center p-1 bg-base-200">
<div>
<span>&copy; 2024 - The ZMK Contributors</span> -{" "}
<span>&copy; 2025 - The ZMK Contributors</span> -{" "}
<a className="hover:text-primary hover:cursor-pointer" onClick={onShowAbout}>
About ZMK Studio
</a>{" "}
Expand Down