Skip to content

Commit

Permalink
Replace the subtitle placeholder with the right copy (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardo-forina authored Jan 8, 2024
1 parent 7132eea commit de66977
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ui/app/[locale]/kafka/[kafkaId]/@header/overview/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ export default function OverviewHeader({
return (
<AppHeader
title={"Cluster overview"}
subTitle={"lorem dolor ipsum"}
subTitle={
"Key performance indicators and important information regarding the Kafka cluster."
}
actions={[<ConnectButton key={"cd"} clusterId={kafkaId} />]}
/>
);
Expand Down

0 comments on commit de66977

Please sign in to comment.