diff --git a/site/src/components/IntegrationsMock.astro b/site/src/components/IntegrationsMock.astro index 53ee3c4b..7cf35198 100644 --- a/site/src/components/IntegrationsMock.astro +++ b/site/src/components/IntegrationsMock.astro @@ -152,13 +152,13 @@ const stats = [ {t.state === 'connected' && ( - + connected )} {t.state === 'configured' && ( - + configured @@ -176,12 +176,12 @@ const stats = [ {t.state === 'connect' && !isSlack && ( - + Connect )} {t.state === 'configured' && ( - + Manage @@ -189,11 +189,11 @@ const stats = [ {isSlack && ( - + Connect - + connected @@ -217,7 +217,7 @@ const stats = [