diff --git a/app/not-found.tsx b/app/not-found.tsx index 0890d324eb..a9198ed994 100644 --- a/app/not-found.tsx +++ b/app/not-found.tsx @@ -16,10 +16,10 @@ export default function NotFound() { The page you were looking for does not exist.

- -
+
+
diff --git a/components/BrokenLinkIssue.tsx b/components/BrokenLinkIssue.tsx index 64392d537c..d580fe7edd 100644 --- a/components/BrokenLinkIssue.tsx +++ b/components/BrokenLinkIssue.tsx @@ -24,6 +24,7 @@ export function BrokenLinkIssue() { return ( diff --git a/components/Header.tsx b/components/Header.tsx index e045463a9b..f6a5f05a1e 100644 --- a/components/Header.tsx +++ b/components/Header.tsx @@ -38,7 +38,7 @@ export const Header = ({ {buttons && (
{buttons.map((button) => ( - -
diff --git a/components/home/BulletList.tsx b/components/home/BulletList.tsx index 5490504eb6..587ca01957 100644 --- a/components/home/BulletList.tsx +++ b/components/home/BulletList.tsx @@ -12,7 +12,7 @@ export function BulletList({ items }: { items: BulletItem[] }) { {items.map((item) => (
  • {item.href ? ( @@ -26,7 +26,7 @@ export function BulletList({ items }: { items: BulletItem[] }) { ) : ( {item.label} diff --git a/components/home/DeveloperTools.tsx b/components/home/DeveloperTools.tsx index 58f668e09e..e130faa98d 100644 --- a/components/home/DeveloperTools.tsx +++ b/components/home/DeveloperTools.tsx @@ -34,7 +34,7 @@ export const DeveloperTools = () => {
    - +
    {
    - + {
    - + {
    diff --git a/components/home/Integrations.tsx b/components/home/Integrations.tsx index c4eae69e7b..3cca2a79a6 100644 --- a/components/home/Integrations.tsx +++ b/components/home/Integrations.tsx @@ -228,6 +228,7 @@ function IntegrationGroupCard({
    -
    +
    80+ more integrations @@ -340,7 +341,7 @@ export function Integrations() {
    -
    +
    diff --git a/components/home/pricing/PricingTable.tsx b/components/home/pricing/PricingTable.tsx index 5516f7dc7b..1458d38405 100644 --- a/components/home/pricing/PricingTable.tsx +++ b/components/home/pricing/PricingTable.tsx @@ -1461,6 +1461,7 @@ export function PricingPlans({ variant }: { variant: DeploymentOption }) {