Explorar o código

Update use-cases.js

Stefan Pejcic hai 1 ano
pai
achega
2dbe270737
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      documentation/src/assets/use-cases.js

+ 2 - 2
documentation/src/assets/use-cases.js

@@ -5,13 +5,13 @@ module.exports = [
         title: "OpenPanel Documentation",
         title: "OpenPanel Documentation",
         description:
         description:
             "Documentation and How-to tutorials for <strong>end-user interface</strong> where customers can add domains, manage websites and configure services.",
             "Documentation and How-to tutorials for <strong>end-user interface</strong> where customers can add domains, manage websites and configure services.",
-        thumbImgURL: "/use-cases/usystem.png",
+        thumbImgURL: "/img/panel/v1/dashboard/dashboard.png",
     },
     },
     {
     {
         route: "admin",
         route: "admin",
         title: "OpenAdmin Documentation",
         title: "OpenAdmin Documentation",
         description:
         description:
             "Documentation for the <strong>Administrator users</strong>.",
             "Documentation for the <strong>Administrator users</strong>.",
-        thumbImgURL: "/use-cases/gravity.png",
+        thumbImgURL: "/img/admin/openadmin_dashboard.png",
     },
     },
 ];
 ];