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 = [ 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",

View file

@ -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: [
{ {

View file

@ -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>
); );

View file

@ -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(