From 79d717e52a45835a8a4e44992d05062bb50c36c3 Mon Sep 17 00:00:00 2001 From: phranck Date: Fri, 6 Feb 2026 00:32:14 +0100 Subject: [PATCH] Chore: Remove CC license from website footer --- docs/app/components/SiteFooter.tsx | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/docs/app/components/SiteFooter.tsx b/docs/app/components/SiteFooter.tsx index 42ce957..2852916 100644 --- a/docs/app/components/SiteFooter.tsx +++ b/docs/app/components/SiteFooter.tsx @@ -1,8 +1,8 @@ /** * Shared site footer used by all pages. * - * Displays location info and license link. Accepts optional children - * for page-specific additions (e.g. API rate limit display). + * Displays location info. Accepts optional children for page-specific + * additions (e.g. API rate limit display). */ export default function SiteFooter({ children, className }: { children?: React.ReactNode; className?: string }) { return ( @@ -18,14 +18,6 @@ export default function SiteFooter({ children, className }: { children?: React.R Austria {children} - - CC BY-NC-SA 4.0 - );