fixed integration CTA

This commit is contained in:
Peer Richelsen 2021-08-02 18:40:39 +02:00
parent d549c0321d
commit b11cace4fa

View file

@ -40,10 +40,7 @@ export default function integration(props) {
<link rel="icon" href="/favicon.ico" /> <link rel="icon" href="/favicon.ico" />
</Head> </Head>
<Shell heading={getIntegrationName(props.integration.type)}> <Shell heading={getIntegrationName(props.integration.type)} subtitle="Manage and delete integrations.">
<div className="flex mb-8">
<p className="text-sm text-neutral-500">Manage and delete integrations.</p>
</div>
<div className="grid grid-cols-3 gap-4"> <div className="grid grid-cols-3 gap-4">
<div className="col-span-2 bg-white shadow overflow-hidden rounded-sm"> <div className="col-span-2 bg-white shadow overflow-hidden rounded-sm">
<div className="px-4 py-5 sm:px-6"> <div className="px-4 py-5 sm:px-6">