From e6aff4cc2ebb66f27906893a79ef26625860197f Mon Sep 17 00:00:00 2001 From: Patrick Browne Date: Thu, 15 Sep 2022 15:22:22 +0200 Subject: [PATCH] Update app/docs/components.tsx Co-authored-by: Tomas Carnecky --- app/docs/components.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/docs/components.tsx b/app/docs/components.tsx index a05d1e3817..9acf686dab 100644 --- a/app/docs/components.tsx +++ b/app/docs/components.tsx @@ -1,7 +1,7 @@ import { markdown } from "catalog"; const Doc = () => markdown` -> The components used in the User Interface are built upon [rebass](https://mui.com/), a library of React UI components. +> The components used in the User Interface are built upon [Material-UI](https://mui.com/), a library of React UI components. > All styles are defined in a \`theme\` file [that can be customized to a specific brand](/theming).