From 92e33735f09987396aae5de5c59820cc82f3a108 Mon Sep 17 00:00:00 2001 From: kimjaehyeon0101 <47347352-kimjaehyeon0101@users.noreply.replit.com> Date: Mon, 29 Sep 2025 17:49:05 +0000 Subject: [PATCH] Update copyright year and partnership text in the website footer Modify the copyright text in `client/src/components/Footer.tsx` to reflect the year 2025 and reposition the "In partnership with Nostra" text to be on the same line as the copyright information. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 069d4324-6c40-4355-955e-c714a50de1ea Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/069d4324-6c40-4355-955e-c714a50de1ea/LZrXNFV --- client/src/components/Footer.tsx | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/client/src/components/Footer.tsx b/client/src/components/Footer.tsx index e2a4069..6513b0d 100644 --- a/client/src/components/Footer.tsx +++ b/client/src/components/Footer.tsx @@ -22,10 +22,13 @@ export default function Footer() { - {/* Copyright and Links */} -
+ {/* Copyright, Partnership and Links */} +

- © 2007-2025 - SAPIENS Media Limited. All Rights Reserved. + © 2025 - SAPIENS AI Limited. All Rights Reserved. +

+

+ In partnership with Nostra

Terms And Conditions @@ -33,13 +36,6 @@ export default function Footer() { Risk Warning
- - {/* Partnership Information - Bottom Center */} -
-

- In partnership with Nostra -

-
);