Compare commits

...

1 Commits

Author SHA1 Message Date
Hariom Balhara 21eb466a13 Fix uninstalled status of giphy and hubspot 2022-06-02 15:52:28 +05:30
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@ export const metadata = {
name: "Giphy",
description: _package.description,
category: "other",
installed: true,
// If using static next public folder, can then be referenced from the base URL (/).
imageSrc: "/api/app-store/giphy/icon.svg",
logo: "/api/app-store/giphy/icon.svg",

View File

@ -5,6 +5,7 @@ import _package from "./package.json";
export const metadata = {
name: "HubSpot CRM",
description: _package.description,
installed: !!process.env.HUBSPOT_CLIENT_ID,
type: "hubspot_other_calendar",
imageSrc: "/api/app-store/hubspotothercalendar/icon.svg",
variant: "other_calendar",