diff --git a/src/components/pages/home/ArchitectureMap.tsx b/src/components/pages/home/ArchitectureMap.tsx index 0aeed1114a1..4c5d2dd6c85 100644 --- a/src/components/pages/home/ArchitectureMap.tsx +++ b/src/components/pages/home/ArchitectureMap.tsx @@ -13,6 +13,7 @@ import kserve_logo from "../../../content/assets/img/logos/kserve-logo.png" import openshift_logo from "../../../content/assets/img/logos/openshift-logo.svg" import kubernetes_logo from "../../../content/assets/img/logos/kubernetes-logo.png" import intel_logo from "../../../content/assets/img/logos/intel-logo.png" +import trustyai_logo from "../../../content/assets/img/logos/trustyai-logo.svg" type ArchitectureComponentProps = { title?: string; @@ -133,8 +134,9 @@ const architectureComponents: { [key: string]: ProjectCardProps[] } = { }, { title: "TrustyAI", - body: "responsible for storing model inference data and providing fairness metrics.", - link: "https://kogito.kie.org/trustyai/" + body: "TrustyAI is an open source AI Explainability (XAI) toolkit responsible for storing model inference data and providing fairness metrics.", + link: "https://github.com/trustyai-explainability", + icon: trustyai_logo }, { title: "OpenVINO", diff --git a/src/content/assets/img/logos/trustyai-logo.svg b/src/content/assets/img/logos/trustyai-logo.svg new file mode 100644 index 00000000000..06780e32427 --- /dev/null +++ b/src/content/assets/img/logos/trustyai-logo.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file