diff --git a/src/app/flash-audit-result/page.js b/src/app/flash-audit-result/page.js index dc47c09..93f098c 100644 --- a/src/app/flash-audit-result/page.js +++ b/src/app/flash-audit-result/page.js @@ -2,10 +2,12 @@ import Image from "next/image"; //! import image import FlashAudit from "@/assets/image/flash-audit.png"; -import SearchToken from "@/components/Form/SearchToken"; - import EthereumLogoSmall from "@/assets/icons/ethereum-logo-small.svg"; import DextoolsLogoSmall from "@/assets/icons/dextools-logo-small.svg"; +import Risky from "@/assets/icons/risky.svg"; +import Attention from "@/assets/icons/attention.svg"; + +import SearchToken from "@/components/Form/SearchToken"; const FlashAuditResult = () => { return ( @@ -17,13 +19,35 @@ const FlashAuditResult = () => { -
-
-

Flash

-

Flash 3.0

-
- etherem - etherem +
+
+
+

Flash

+

Flash 3.0

+
+ etherem + etherem +
+
+ +

+ Security Detection +

+ +
+ risky +
+

Risky item

+

0

+
+
+ +
+ attention +
+

Attention item

+

0

+
diff --git a/src/assets/icons/attention.svg b/src/assets/icons/attention.svg new file mode 100644 index 0000000..54f5efb --- /dev/null +++ b/src/assets/icons/attention.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/src/assets/icons/dextools-logo-small.svg b/src/assets/icons/dextools-logo-small.svg index a885d0f..a22ce47 100644 --- a/src/assets/icons/dextools-logo-small.svg +++ b/src/assets/icons/dextools-logo-small.svg @@ -1,9 +1,10 @@ - - + + + - + - + diff --git a/src/assets/icons/ethereum-logo-small.svg b/src/assets/icons/ethereum-logo-small.svg index dd91a9c..822659b 100644 --- a/src/assets/icons/ethereum-logo-small.svg +++ b/src/assets/icons/ethereum-logo-small.svg @@ -1,9 +1,10 @@ - - + + + - + - + diff --git a/src/assets/icons/pdf.svg b/src/assets/icons/pdf.svg new file mode 100644 index 0000000..9afa141 --- /dev/null +++ b/src/assets/icons/pdf.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/src/assets/icons/risky.svg b/src/assets/icons/risky.svg new file mode 100644 index 0000000..814754d --- /dev/null +++ b/src/assets/icons/risky.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/src/components/Layouts/SideBar/index.js b/src/components/Layouts/SideBar/index.js index 7188a8d..c1b6155 100644 --- a/src/components/Layouts/SideBar/index.js +++ b/src/components/Layouts/SideBar/index.js @@ -36,6 +36,7 @@ import Dark from "@/assets/icons/dark.svg"; import Light from "@/assets/icons/light.svg"; import FlokiBinance from "@/assets/image/floki-binance.png"; +import IconBtn from "@/components/Button/IconBtn"; const SideBar = () => { const [active, setActive] = useState(1); @@ -46,7 +47,15 @@ const SideBar = () => {

Flashpad

-
+ + +

EXPLORE