Updated edit forms and icons.
This commit is contained in:
@@ -19,10 +19,10 @@ import {
|
||||
Languages,
|
||||
Monitor,
|
||||
Cpu,
|
||||
LightningSvg,
|
||||
Network,
|
||||
Tag,
|
||||
} from '@/components/icons';
|
||||
import { Lightning } from '@/components/svg';
|
||||
|
||||
export function WebsiteExpandedView({
|
||||
websiteId,
|
||||
@@ -161,7 +161,7 @@ export function WebsiteExpandedView({
|
||||
id: 'event',
|
||||
label: formatMessage(labels.event),
|
||||
path: updateParams({ view: 'event' }),
|
||||
icon: <LightningSvg />,
|
||||
icon: <Lightning />,
|
||||
},
|
||||
{
|
||||
id: 'hostname',
|
||||
|
||||
Reference in New Issue
Block a user