mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-21 01:05:30 +00:00
updated wording / icon for integrations
This commit is contained in:
parent
6cf808a4df
commit
c410b1c1e7
1 changed files with 3 additions and 2 deletions
|
|
@ -20,6 +20,7 @@ import {
|
|||
ChevronDown,
|
||||
ChevronRight,
|
||||
MonitorCog,
|
||||
Blocks,
|
||||
} from 'lucide-react';
|
||||
import {
|
||||
Avatar,
|
||||
|
|
@ -185,8 +186,8 @@ const Sidebar = ({ collapsed, toggleDrawer, drawerWidth, miniDrawerWidth }) => {
|
|||
{ label: 'Stats', icon: <ChartLine size={20} />, path: '/stats' },
|
||||
{ label: 'Plugins', icon: <PlugZap size={20} />, path: '/plugins' },
|
||||
{
|
||||
label: 'Connect',
|
||||
icon: <Webhook size={20} />,
|
||||
label: 'Integrations',
|
||||
icon: <Blocks size={20} />,
|
||||
paths: [
|
||||
{
|
||||
label: 'Connections',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue