Skip to content

Commit af85ddf

Browse files
committed
Add missing icons
1 parent 412c438 commit af85ddf

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

src/components/MenuItemIcon.tsx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ import {
44
Book,
55
Zap,
66
HousePlus,
7+
IdCard,
8+
MonitorSmartphone,
9+
UserSearch,
10+
ShieldPlus,
11+
BadgeCheck,
712
ShieldUser,
813
Braces,
914
Key,
@@ -130,6 +135,13 @@ const categoryIcons = {
130135
"/docs/quickstart/introduction": Book,
131136
"/docs/quickstart/next-steps": NotebookTabs,
132137
"/docs/quickstart/example-applications": Play,
138+
139+
// Other
140+
"Session Verification": BadgeCheck,
141+
"Attack Protection Suite": ShieldPlus,
142+
"Multi Factor Authentication": MonitorSmartphone,
143+
"User Management": UserSearch,
144+
"Session Management": IdCard,
133145
};
134146

135147
// Brand logo mappings for integration platforms

src/theme/DocSidebarItem/Category/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111

1212
.menu__main-category-icon {
13-
color: var(--ifm-menu-color);
13+
color: currentColor;
1414
flex-shrink: 0;
1515
}
1616

src/theme/DocSidebarItem/Link/styles.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111

1212
.menuItemIcon {
13-
color: var(--ifm-menu-color);
13+
color: currentColor;
1414
flex-shrink: 0;
1515
margin-right: 8px;
1616
}

0 commit comments

Comments
 (0)