From 56fb7403cf8dd4448b072d582d8b4a1a6b10f056 Mon Sep 17 00:00:00 2001 From: yusufipk Date: Sun, 14 Jun 2026 16:42:27 +0200 Subject: [PATCH] fix: resolve CI lint and formatting failures. Replace internal anchor tags with Next.js Link components and format the marketing comparison route page. --- app/(auth)/register/register-page-client.tsx | 8 ++++---- app/(marketing)/[slug]/page.tsx | 5 +---- app/signout/page.tsx | 3 ++- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/app/(auth)/register/register-page-client.tsx b/app/(auth)/register/register-page-client.tsx index d239be4..6f12632 100644 --- a/app/(auth)/register/register-page-client.tsx +++ b/app/(auth)/register/register-page-client.tsx @@ -316,13 +316,13 @@ export default function RegisterPageClient({

By continuing, you agree to our{' '} - + Terms of Service - {' '} + {' '} and{' '} - + Privacy Policy - +

diff --git a/app/(marketing)/[slug]/page.tsx b/app/(marketing)/[slug]/page.tsx index d62d136..413b698 100644 --- a/app/(marketing)/[slug]/page.tsx +++ b/app/(marketing)/[slug]/page.tsx @@ -48,10 +48,7 @@ export default async function MarketingSlugPage({ params }: MarketingSlugPagePro return ( <> -