Skip to content

Commit

Permalink
lightning speeds on clickhouse cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
chitalian committed Dec 13, 2024
1 parent b50efca commit 16a3c02
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions bifrost/app/status/ProviderStatusPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,16 @@ export function ProviderStatusPage({ provider }: ProviderStatusPageProps) {
<AllProvidersTable providers={allProviderStatus} />
)}
</div>
<i className="text-sm text-gray-500">
Lighting speeds powered by{" "}
<a
href="https://clickhouse.com"
target="_blank"
rel="noopener noreferrer"
>
Clickhouse Cloud
</a>
</i>
<StatusFAQ provider={provider} />
</div>
);
Expand Down

0 comments on commit 16a3c02

Please sign in to comment.