[docs] Skills Marketplace UI Improvements (#7158)
This commit is contained in:
@@ -36,13 +36,14 @@ export default function SkillsPage() {
|
||||
];
|
||||
|
||||
const sidebarFilterGroups: SidebarFilterGroup[] = [
|
||||
{
|
||||
title: "Tags",
|
||||
options: uniqueTags
|
||||
},
|
||||
{
|
||||
title: "Source",
|
||||
options: sourceOptions
|
||||
},
|
||||
{
|
||||
title: "Tags",
|
||||
options: uniqueTags,
|
||||
maxHeight: "max-h-64 overflow-y-auto"
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user