mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: update front layout
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import {Badge, Layout, Menu, theme} from "antd";
|
||||
import {
|
||||
CompassOutlined,
|
||||
ApiOutlined,
|
||||
BankOutlined,
|
||||
CloudServerOutlined,
|
||||
@@ -68,11 +69,11 @@ export default function App() {
|
||||
{
|
||||
key: '1',
|
||||
label: 'Search',
|
||||
icon: <SearchOutlined/>,
|
||||
icon: <SearchOutlined />,
|
||||
children: [
|
||||
{
|
||||
key: '1-1',
|
||||
icon: <SearchOutlined/>,
|
||||
icon: <CompassOutlined/>,
|
||||
label: 'Domain',
|
||||
title: 'Domain Finder',
|
||||
disabled: !isAuthenticated,
|
||||
|
||||
Reference in New Issue
Block a user