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 ( - +