feat: Add Google DataStudio embed (#2293)

Co-authored-by: Tom Moor <tom.moor@gmail.com>
This commit is contained in:
Matheus Breguêz
2021-07-14 15:57:12 -03:00
committed by GitHub
parent 8e5a2b85c2
commit 06e16eef12
4 changed files with 66 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ import Descript from "./Descript";
import Figma from "./Figma";
import Framer from "./Framer";
import Gist from "./Gist";
import GoogleDataStudio from "./GoogleDataStudio";
import GoogleDocs from "./GoogleDocs";
import GoogleDrawings from "./GoogleDrawings";
import GoogleDrive from "./GoogleDrive";
@@ -148,6 +149,13 @@ export default [
component: GoogleSlides,
matcher: matcher(GoogleSlides),
},
{
title: "Google Data Studio",
keywords: "business intelligence",
icon: () => <Img src="/images/google-datastudio.png" />,
component: GoogleDataStudio,
matcher: matcher(GoogleDataStudio),
},
{
title: "InVision",
keywords: "design prototype",