Skip to content

Commit

Permalink
lightning speeds on clickhouse cloud (#3051)
Browse files Browse the repository at this point in the history
  • Loading branch information
chitalian authored Dec 13, 2024
1 parent b50efca commit e70123a
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">
Lightning 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 e70123a

Please sign in to comment.