Deleted the info box on the integration pages

This commit is contained in:
D-K-P
2023-08-02 17:11:41 +01:00
parent ce901c92e4
commit 55c3d79cc8
@@ -51,11 +51,6 @@ export function NoIntegrationSheet({
)}
</SheetHeader>
<SheetBody>
<Callout variant="info">
We dont have an Integration for the {api.name} API yet but you can request one by
clicking the button above. In the meantime, connect to {api.name} using one of the
methods below.
</Callout>
<CustomHelp name={api.name} />
</SheetBody>
</SheetContent>