diff --git a/openframe-frontend-core/src/components/icons/elestio-logo.tsx b/openframe-frontend-core/src/components/icons/elestio-logo.tsx index 86fd34276..d4b02812f 100644 --- a/openframe-frontend-core/src/components/icons/elestio-logo.tsx +++ b/openframe-frontend-core/src/components/icons/elestio-logo.tsx @@ -4,7 +4,10 @@ import React from 'react'; * Official Elestio logo with unique IDs to prevent gradient/clip-path collisions * when the same SVG is rendered multiple times on the page. */ -/** @deprecated Use icons from icons-v2-generated instead. */ +/** + * @deprecated Use icons from icons-v2-generated instead. This component is retained + * only for existing usages; do not add new usages or new icons to this deprecated set. + */ export const ElestioLogo = ({ className, ...props }: { className?: string } & React.SVGProps) => { // Generate unique ID suffix to avoid ID collisions between instances const uniqueId = React.useId();