diff --git a/client-app/src/components/AdminLayout/.module.css b/client-app/src/components/AdminLayout/.module.css index 8c03002..bcdd280 100644 --- a/client-app/src/components/AdminLayout/.module.css +++ b/client-app/src/components/AdminLayout/.module.css @@ -211,12 +211,8 @@ content: url(./img/triggers.png); } -.repositories_img { - content: url(./img/repositories.png); -} - -.installed_ext_img { - content: url(./img/installed-ext.png); +.extensions_img { + content: url(./img/extensions.png); } .users_img { diff --git a/client-app/src/components/AdminLayout/AdminLayout.tsx b/client-app/src/components/AdminLayout/AdminLayout.tsx index 702daf6..322b6e3 100644 --- a/client-app/src/components/AdminLayout/AdminLayout.tsx +++ b/client-app/src/components/AdminLayout/AdminLayout.tsx @@ -161,13 +161,9 @@ const AdminLayout = () => { Extensions
-
- repositories - Repositories -
-
- installed extensions - Installed +
+ extensions + Extensions
diff --git a/client-app/src/components/AdminLayout/img/repositories.png b/client-app/src/components/AdminLayout/img/extensions.png similarity index 100% rename from client-app/src/components/AdminLayout/img/repositories.png rename to client-app/src/components/AdminLayout/img/extensions.png diff --git a/client-app/src/components/AdminLayout/img/installed-ext.png b/client-app/src/components/AdminLayout/img/installed-ext.png deleted file mode 100644 index 911daeb..0000000 Binary files a/client-app/src/components/AdminLayout/img/installed-ext.png and /dev/null differ