diff --git a/documentation/src/assets/use-cases.js b/documentation/src/assets/use-cases.js index 63ea2d2..9035777 100644 --- a/documentation/src/assets/use-cases.js +++ b/documentation/src/assets/use-cases.js @@ -5,13 +5,13 @@ module.exports = [ title: "OpenPanel Documentation", description: "Documentation and How-to tutorials for end-user interface 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 Administrator users.", - thumbImgURL: "/use-cases/gravity.png", + thumbImgURL: "/img/admin/openadmin_dashboard.png", }, ];