feat: update front layout

This commit is contained in:
Maël Gangloff
2024-07-27 01:35:00 +02:00
parent 133850da1c
commit 8f04e0ed7e
5 changed files with 599 additions and 15 deletions

View File

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