mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-22 08:08:13 +00:00
fix(breadcrumb-element): components alignment
This commit is contained in:
parent
f5bdc6d1c9
commit
349e1d3365
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user