From 83abe4c120bb7f5ae5bbd6e0faf229873546d768 Mon Sep 17 00:00:00 2001 From: Takuya N Date: Mon, 18 Jul 2022 02:40:21 +0900 Subject: [PATCH] docs(website): rename Material UI to MUI (#1434) Signed-off-by: Takuya Noguchi --- packages/website/src/components/showcase-projects.json | 4 ++-- packages/website/static/img/logos/material-ui.svg | 1 - packages/website/static/img/logos/mui.svg | 1 + 3 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 packages/website/static/img/logos/material-ui.svg create mode 100644 packages/website/static/img/logos/mui.svg diff --git a/packages/website/src/components/showcase-projects.json b/packages/website/src/components/showcase-projects.json index f008a927..d8021cb1 100644 --- a/packages/website/src/components/showcase-projects.json +++ b/packages/website/src/components/showcase-projects.json @@ -5,8 +5,8 @@ "href": "https://getbootstrap.com/docs/5.1/getting-started/introduction/" }, { - "name": "Material UI", - "image": "img/logos/material-ui.svg", + "name": "MUI", + "image": "img/logos/mui.svg", "href": "https://mui.com" }, { diff --git a/packages/website/static/img/logos/material-ui.svg b/packages/website/static/img/logos/material-ui.svg deleted file mode 100644 index 3e0667f4..00000000 --- a/packages/website/static/img/logos/material-ui.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/website/static/img/logos/mui.svg b/packages/website/static/img/logos/mui.svg new file mode 100644 index 00000000..5cb3a1e3 --- /dev/null +++ b/packages/website/static/img/logos/mui.svg @@ -0,0 +1 @@ + \ No newline at end of file