From 8db7a031e6ee0995eba388aece034343c9e4bc5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yusuf=20=C4=B0pek?= Date: Fri, 20 Mar 2026 22:33:35 +0300 Subject: [PATCH] fix(footer): update copyright year and company name in footer --- components/LandingPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/LandingPage.tsx b/components/LandingPage.tsx index 4d601a4..b18d158 100644 --- a/components/LandingPage.tsx +++ b/components/LandingPage.tsx @@ -670,7 +670,7 @@ export function LandingPage({ isLoggedIn }: LandingPageProps) {
GitHub