diff --git a/frontend/app/components/shared/Copyright.tsx b/frontend/app/components/shared/Copyright.tsx index 4b621959c..d53392fd4 100644 --- a/frontend/app/components/shared/Copyright.tsx +++ b/frontend/app/components/shared/Copyright.tsx @@ -3,9 +3,9 @@ import React from 'react'; function Copyright() { return (
- © 2023 OpenReplay. All rights reserved. Privacy and Terms. + © 2024 OpenReplay. All rights reserved. Privacy and Terms.
); } -export default Copyright; \ No newline at end of file +export default Copyright;