feat: Embed Cawemo (#1890)

This commit is contained in:
PedroSeda
2021-02-18 23:48:40 -03:00
committed by GitHub
parent 887e341e48
commit c30132e558
4 changed files with 61 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ import styled from "styled-components";
import Image from "components/Image";
import Abstract from "./Abstract";
import Airtable from "./Airtable";
import Cawemo from "./Cawemo";
import ClickUp from "./ClickUp";
import Codepen from "./Codepen";
import Figma from "./Figma";
@@ -61,6 +62,13 @@ export default [
component: Airtable,
matcher: matcher(Airtable),
},
{
title: "Cawemo",
keywords: "bpmn process",
icon: () => <Img src="/images/cawemo.png" />,
component: Cawemo,
matcher: matcher(Cawemo),
},
{
title: "ClickUp",
keywords: "project",