From 0c2dd6f9f1ebbc7e4abe58095099415ec86d0ea4 Mon Sep 17 00:00:00 2001 From: Mehdi Osman Date: Thu, 18 Jan 2024 09:10:38 -0500 Subject: [PATCH] Updated year --- frontend/app/components/shared/Copyright.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;