feat(TALE-36): redesign machines page to account for exit nodes

This commit is contained in:
Aarnav Tale 2024-11-07 13:04:53 -05:00
parent 1490406784
commit a2e659f36c
No known key found for this signature in database
4 changed files with 287 additions and 102 deletions

View file

@ -80,7 +80,7 @@ export default function Routes({ machine, routes, state }: RoutesProps) {
: undefined}
{subnet.map(route => (
<div
key={route.node.id}
key={route.id}
className={cn(
'flex py-2 px-4 bg-ui-100 dark:bg-ui-800',
'items-center justify-between',