From f082c8e4ef191f4ba7999599fbbb2dc6e912a540 Mon Sep 17 00:00:00 2001 From: Jan Saidl Date: Tue, 5 May 2026 11:28:02 +0200 Subject: [PATCH] Fix deploy btn --- apps/docs/content/bun/overview.mdx | 2 +- apps/docs/content/go/overview.mdx | 2 +- apps/docs/content/nodejs/overview.mdx | 2 +- apps/docs/src/components/DeployButton/index.tsx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/docs/content/bun/overview.mdx b/apps/docs/content/bun/overview.mdx index e1f50e26..cdd5b75d 100644 --- a/apps/docs/content/bun/overview.mdx +++ b/apps/docs/content/bun/overview.mdx @@ -19,7 +19,7 @@ As said, there is no need for coding yet, we have created a [Github repository This is the most bare-bones example of Bun app running in Zerops — as few libraries as possible, just a simple endpoint with connect, read and write to a Zerops PostgreSQL database. - + 1. Log in/sign up to [Zerops GUI ↗](https://app.zerops.io) diff --git a/apps/docs/content/go/overview.mdx b/apps/docs/content/go/overview.mdx index e7c34aba..8480a23b 100644 --- a/apps/docs/content/go/overview.mdx +++ b/apps/docs/content/go/overview.mdx @@ -19,7 +19,7 @@ As said, there is no need for coding yet, we have created a [Github repository This is the most bare-bones example of Go running in Zerops — as few libraries as possible, just a simple endpoint with connect, read and write to a Zerops PostgreSQL database. - + 1. Log in/sign up to [Zerops GUI ↗](https://app.zerops.io) diff --git a/apps/docs/content/nodejs/overview.mdx b/apps/docs/content/nodejs/overview.mdx index df016275..ea5a2c84 100644 --- a/apps/docs/content/nodejs/overview.mdx +++ b/apps/docs/content/nodejs/overview.mdx @@ -19,7 +19,7 @@ As said, there is no need for coding yet, we have created a [Github repository This is the most bare-bones example of Node.js app running in Zerops — as few libraries as possible, just a simple endpoint with connect, read and write to a Zerops PostgreSQL database. - + 1. Log in/sign up to [Zerops GUI ↗](https://app.zerops.io) diff --git a/apps/docs/src/components/DeployButton/index.tsx b/apps/docs/src/components/DeployButton/index.tsx index e9ebedff..46d85e6b 100644 --- a/apps/docs/src/components/DeployButton/index.tsx +++ b/apps/docs/src/components/DeployButton/index.tsx @@ -7,7 +7,7 @@ interface DeployButtonProps { const DeployButton: React.FC = ({ link, badgeWidth }) => { return ( - +