Skip to content

Commit

Permalink
Fix frontend checkstyle -_-
Browse files Browse the repository at this point in the history
  • Loading branch information
Haarolean committed Jan 23, 2024
1 parent 2a53f07 commit 3580c50
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions kafka-ui-react-app/src/components/NavBar/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,7 @@ const NavBar: React.FC<Props> = ({ onBurgerClick }) => {
onChange={setThemeMode}
isThemeMode
/>
<S.SocialLink
href="https://github.com/kafbat/kafka-ui"
target="_blank"
>
<S.SocialLink href="https://github.com/kafbat/kafka-ui" target="_blank">
<GitIcon />
</S.SocialLink>
<S.SocialLink
Expand Down

0 comments on commit 3580c50

Please sign in to comment.