💄 style(node): Protocol Tab
This commit is contained in:
parent
90e6764b62
commit
2bcb92546c
@ -276,7 +276,7 @@ export default function NodeForm<T extends { [x: string]: any }>({
|
|||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<TabsList className='w-full'>
|
<TabsList className='h-full w-full flex-wrap md:flex-nowrap'>
|
||||||
{protocols.map((proto) => (
|
{protocols.map((proto) => (
|
||||||
<TabsTrigger value={proto}>
|
<TabsTrigger value={proto}>
|
||||||
{proto.charAt(0).toUpperCase() + proto.slice(1)}
|
{proto.charAt(0).toUpperCase() + proto.slice(1)}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user