Add instagram embed (#6075)

This commit is contained in:
Prikshit Singh
2023-10-27 06:04:25 +05:30
committed by GitHub
parent afb5ccbf74
commit d6fcf44bf4
4 changed files with 48 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ import GoogleSheets from "./GoogleSheets";
import GoogleSlides from "./GoogleSlides";
import Grist from "./Grist";
import InVision from "./InVision";
import Instagram from "./Instagram";
import JSFiddle from "./JSFiddle";
import Linkedin from "./Linkedin";
import Loom from "./Loom";
@@ -285,6 +286,12 @@ const embeds: EmbedDescriptor[] = [
icon: <Img src="/images/grist.png" alt="Grist" />,
component: Grist,
}),
new EmbedDescriptor({
title: "Instagram",
keywords: "post",
icon: <Img src="/images/instagram.png" alt="Instagram" />,
component: Instagram,
}),
new EmbedDescriptor({
title: "InVision",
keywords: "design prototype",