Skip to content

Commit

Permalink
add banner for self-hosted (#1136)
Browse files Browse the repository at this point in the history
  • Loading branch information
donjo authored Nov 13, 2024
1 parent de54e07 commit 8c523b8
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion index.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,21 @@ export default function () {
</div>
</div>
</div>

<div class="flex flex-col gap-4 p-4 bg-deploy-50 dark:bg-background-secondary border-l-4 text-deploy-foreground border-deploy-500">
<p class="text-lg">
Run Deno Deploy on your own infrastructure with our self-hosted
solution running on AWS, GCP, or Azure.{" "}
<a
href="https://unf275cfh14.typeform.com/to/dIicJYSQ"
class="deploy-link underline underline-offset-4 external"
>
Learn more{" "}
<span aria-hidden="true" class="whitespace-pre">
-&gt;
</span>
</a>
</p>
</div>
{/* Deploy content */}
<div class="flex flex-col gap-8">
{/* Scection Header */}
Expand Down

0 comments on commit 8c523b8

Please sign in to comment.