Skip to content

Commit

Permalink
fix(Host): remove classname
Browse files Browse the repository at this point in the history
  • Loading branch information
Flunt1k authored and ma-efremoff committed Apr 24, 2024
1 parent 5742f26 commit 70a7558
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/ui/src/ui/containers/Host/Host.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,7 @@ export function Host({
{useText ? (
host
) : (
<Link
className={block('link')}
url={`/${cluster}/components/nodes/${address}`}
routed
>
<Link url={`/${cluster}/components/nodes/${address}`} routed>
{host}
</Link>
)}
Expand Down

0 comments on commit 70a7558

Please # to comment.