diff --git a/library/src/containers/Sidebar/Sidebar.tsx b/library/src/containers/Sidebar/Sidebar.tsx index 16ad20c2..48a93e1c 100644 --- a/library/src/containers/Sidebar/Sidebar.tsx +++ b/library/src/containers/Sidebar/Sidebar.tsx @@ -348,12 +348,7 @@ const OperationItem: React.FunctionComponent = ({ config, isAsyncAPIv2, }); - const bgColors = [ - 'bg-red-600', - 'bg-orange-600', - 'bg-green-600', - 'bg-blue-600' - ]; + const bgColors = ['bg-red-600', 'bg-orange-600', 'bg-green-600']; return (
  • = ({ href={`#${operationHrefId}`} onClick={() => setShowSidebar(false)} > - {typeLabel} - + {label}
  • @@ -423,4 +418,4 @@ const ItemsByTagItem: React.FunctionComponent = ({ ); -}; +}; \ No newline at end of file