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 - );