fix(breadcrumb-element): components alignment

This commit is contained in:
RadoslavDimchev 2024-04-28 23:48:52 +03:00 committed by Emil Ivanichkov
parent f5bdc6d1c9
commit 349e1d3365
1 changed files with 2 additions and 2 deletions

View File

@ -16,11 +16,11 @@ const BreadcrumbElement = ({
isLastElement,
}: BreadcrumbElementProps) => {
if (match.pathname === `${PATHS.MANAGE_VALIDATOR}`) {
return
return null
}
return (
<XStack space={'$2'} alignItems="center">
<XStack space={'$2'} alignItems="flex-end">
<NavLink
key={match.pathname}
to={match.pathname}