diff --git a/src/app/showcase/doc/contribution/cladoc.ts b/src/app/showcase/doc/contribution/cladoc.ts index 948574a3b44..ae5b246c856 100644 --- a/src/app/showcase/doc/contribution/cladoc.ts +++ b/src/app/showcase/doc/contribution/cladoc.ts @@ -4,13 +4,8 @@ import { Component } from '@angular/core'; selector: 'cla-doc', template: ` -

- PrimeNG is a popular Angular UI library maintained by PrimeTek, a company renowned for its comprehensive set of UI components for various frameworks. PrimeTek is dedicated to providing high-quality, versatile, and accessible UI components - that help developers build better applications faster. -

+

When a community member is offered the Contributor role, they are expected to sign a Contributor License Agreement (CLA) for legal purposes. This helps protect both the contributor and PrimeTek.

` }) -export class ClaDoc { - -} +export class ClaDoc {}