Stefan Pejcic 1 year ago
parent
commit
412eda7501

+ 3 - 3
documentation/plugins/templates.js

@@ -37,12 +37,12 @@ exports.default = RefineTemplates;
 const templates = [
 const templates = [
     {
     {
         slug: "crm-application",
         slug: "crm-application",
-        title: "CRM Application",
+        title: "OpenPanel",
         images: [
         images: [
-            "https://refine.ams3.cdn.digitaloceanspaces.com/templates/detail-refine-crm.jpg",
+            "/img/panel_cropped.png",
         ],
         ],
         runOnYourLocalPath: "app-crm",
         runOnYourLocalPath: "app-crm",
-        liveDemo: "https://example.crm.refine.dev/",
+        liveDemo: "https://demo.openpanel.co/openpanel/",
         github: "https://github.com/refinedev/refine/tree/master/examples/app-crm",
         github: "https://github.com/refinedev/refine/tree/master/examples/app-crm",
         reactPlatform: "Vite",
         reactPlatform: "Vite",
         uiFramework: "Ant Design",
         uiFramework: "Ant Design",

+ 3 - 3
documentation/src/pages/templates/index.tsx

@@ -143,7 +143,7 @@ const Templates: React.FC = () => {
                                         "pl-4",
                                         "pl-4",
                                     )}
                                     )}
                                 >
                                 >
-                                    Filter Templates
+                                    Filter Products
                                 </h3>
                                 </h3>
                                 <TemplatesFilters
                                 <TemplatesFilters
                                     svgId={"sider"}
                                     svgId={"sider"}
@@ -295,9 +295,9 @@ const dataTemplates: {
 }[] = [
 }[] = [
     {
     {
         to: "/templates/crm-application",
         to: "/templates/crm-application",
-        title: "CRM Application",
+        title: "OpenPanel",
         description:
         description:
-            "A comprehensive CRM app built using Refine, Ant Design, and GraphQL. It includes authentication, a dashboard, and over 10 CRUD interfaces, ranging from charts and sales kanban boards to user administration.",
+            "The user interface for clients to manage their domains, websites and services.",
         image: "https://refine.ams3.cdn.digitaloceanspaces.com/templates/refine-crm.jpg",
         image: "https://refine.ams3.cdn.digitaloceanspaces.com/templates/refine-crm.jpg",
         integrations: [
         integrations: [
             {
             {

+ 1 - 1
documentation/src/refine-theme/templates-filter-button.tsx

@@ -25,7 +25,7 @@ export const TemplatesFilterButton: FC<Props> = ({ className, onClick }) => {
         >
         >
             <FilterIcon />
             <FilterIcon />
             <span className={clsx("dark:text-gray-0 text-gray-900")}>
             <span className={clsx("dark:text-gray-0 text-gray-900")}>
-                Filter Templates
+                Filter Products
             </span>
             </span>
         </button>
         </button>
     );
     );

+ 2 - 2
documentation/src/refine-theme/templates-filters.tsx

@@ -39,7 +39,7 @@ export const TemplatesFilters: FC<Props> = ({
                     "dark:text-gray-500 text-gray-700",
                     "dark:text-gray-500 text-gray-700",
                 )}
                 )}
             >
             >
-                UI Frameworks
+                OpenPanel
             </h4>
             </h4>
             <div
             <div
                 className={clsx(
                 className={clsx(
@@ -97,7 +97,7 @@ export const TemplatesFilters: FC<Props> = ({
                     "mt-10",
                     "mt-10",
                 )}
                 )}
             >
             >
-                Backends
+                OpenAdmin
             </h4>
             </h4>
             <div
             <div
                 className={clsx(
                 className={clsx(