balibabu
feat: generate select options for SystemModelSettingModal grouped by type and add llm icon and add upgrade button to UserSettingTeam and replace the icon in the sidebar of the user settings page (#128)
d80b399
| .navs { | |
| ul { | |
| padding: 0; | |
| list-style: none; | |
| display: flex; | |
| } | |
| li { | |
| margin-right: 1em; | |
| } | |
| } | |
| .layout { | |
| height: 100vh; | |
| } | |
| body { | |
| margin: 0; | |
| } | |
| .divider { | |
| margin: 0; | |
| } | |
| .clickAvailable { | |
| cursor: pointer; | |
| } | |