Updated edit forms and icons.

This commit is contained in:
Mike Cao
2025-09-26 01:46:36 -07:00
parent 554054d3a1
commit 257050f749
20 changed files with 120 additions and 123 deletions

View File

@@ -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',