| 13 | * @property {string} [text] - Text to display if no URL is provided (e.g., "Acme") |
| 14 | */ |
| 15 | export interface HeroLogo { |
| 16 | url?: string; |
| 17 | urlLight?: string; |
| 18 | alt?: string; |
| 19 | text?: string; |
| 20 | } |
| 21 | |
| 22 | /** |
| 23 | * Represents a tech/partner logo in the footer section. |
nothing calls this directly
no outgoing calls
no test coverage detected