Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
VargBurz committed Oct 31, 2023
1 parent b4822fa commit f0b9eeb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/DescriptionPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ export const DescriptionPanel: FC<Props> = () => {
into consumers of network bandwidth and anomalies that can affect application or service performance.
</p>
<div className={styles.actionsContainer}>
<Button variant={'primary'} fill={'text'} onClick={handleTopTalkersClick}>Kentik Top Talkers</Button>
<Button variant={'primary'} fill={'text'} onClick={handleTopTalkersClick}>
Kentik Top Talkers
</Button>
</div>
</div>
);
Expand Down

0 comments on commit f0b9eeb

Please sign in to comment.