From f2f0e9fae2399315384a9cc6998b13b7123d24f3 Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Wed, 28 Jun 2023 15:55:56 +0200 Subject: [PATCH] docs(website): fix Material UI reference (#1953) --- packages/website/src/components/showcase-projects.json | 6 +++--- .../website/static/img/logos/{mui.svg => material-ui.svg} | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename packages/website/static/img/logos/{mui.svg => material-ui.svg} (100%) diff --git a/packages/website/src/components/showcase-projects.json b/packages/website/src/components/showcase-projects.json index f96719fa..b145add0 100644 --- a/packages/website/src/components/showcase-projects.json +++ b/packages/website/src/components/showcase-projects.json @@ -5,9 +5,9 @@ "href": "https://getbootstrap.com/docs/5.2/getting-started/introduction/" }, { - "name": "MUI", - "image": "img/logos/mui.svg", - "href": "https://mui.com" + "name": "Material UI", + "image": "img/logos/material-ui.svg", + "href": "https://material-ui.com/" }, { "name": "Babel", diff --git a/packages/website/static/img/logos/mui.svg b/packages/website/static/img/logos/material-ui.svg similarity index 100% rename from packages/website/static/img/logos/mui.svg rename to packages/website/static/img/logos/material-ui.svg