This commit is contained in:
Stefan Pejcic 2024-02-25 10:54:40 +01:00
parent 5add92ff9c
commit 412eda7501
4 changed files with 9 additions and 9 deletions

View file

@ -37,12 +37,12 @@ exports.default = RefineTemplates;
const templates = [
{
slug: "crm-application",
title: "CRM Application",
title: "OpenPanel",
images: [
"https://refine.ams3.cdn.digitaloceanspaces.com/templates/detail-refine-crm.jpg",
"/img/panel_cropped.png",
],
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",
reactPlatform: "Vite",
uiFramework: "Ant Design",

View file

@ -143,7 +143,7 @@ const Templates: React.FC = () => {
"pl-4",
)}
>
Filter Templates
Filter Products
</h3>
<TemplatesFilters
svgId={"sider"}
@ -295,9 +295,9 @@ const dataTemplates: {
}[] = [
{
to: "/templates/crm-application",
title: "CRM Application",
title: "OpenPanel",
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",
integrations: [
{

View file

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

View file

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