浏览代码

Update use-cases.js

Stefan Pejcic 1 年之前
父节点
当前提交
2dbe270737
共有 1 个文件被更改,包括 2 次插入2 次删除
  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",
         description:
             "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",
         title: "OpenAdmin Documentation",
         description:
             "Documentation for the <strong>Administrator users</strong>.",
-        thumbImgURL: "/use-cases/gravity.png",
+        thumbImgURL: "/img/admin/openadmin_dashboard.png",
     },
 ];