Skip to content

feat: Update Cloud CTA to ClickHouse Cloud #997

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions packages/app/src/AppNav.components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,15 @@ export const AppNavContext = React.createContext<{
export const AppNavCloudBanner = () => {
return (
<div className="my-3 bg-hdx-dark rounded p-2 text-center">
<span className="text-slate-300 fs-8">Ready to use HyperDX Cloud?</span>
<span className="text-slate-300 fs-8">
Ready to deploy on ClickHouse Cloud?
</span>
<div className="mt-2 mb-2">
<Link href="https://www.hyperdx.io/register" passHref legacyBehavior>
<Link
href="https://clickhouse.com/docs/use-cases/observability/clickstack/getting-started#deploy-with-clickhouse-cloud"
passHref
legacyBehavior
>
<Button
variant="light"
size="xs"
Expand Down