From 361c5f49522c63508b42f7ba4238cbe27a3abdfe Mon Sep 17 00:00:00 2001 From: name Date: Wed, 11 Dec 2024 03:33:16 +0300 Subject: [PATCH] fixing build error --- with-tailwindcss-app/public/sitemap-0.xml | 30 +++++++++++------------ with-tailwindcss-app/styles/parseTypes.ts | 5 ++++ 2 files changed, 20 insertions(+), 15 deletions(-) diff --git a/with-tailwindcss-app/public/sitemap-0.xml b/with-tailwindcss-app/public/sitemap-0.xml index 7e9bed0..dec4b82 100644 --- a/with-tailwindcss-app/public/sitemap-0.xml +++ b/with-tailwindcss-app/public/sitemap-0.xml @@ -1,18 +1,18 @@ -https://evmexplorer.com2024-11-07T07:43:04.135Zdaily0.7 -https://evmexplorer.com/explorer2024-11-07T07:43:04.136Zdaily0.7 -https://evmexplorer.com/explore/Aave2024-11-07T07:43:04.136Zdaily0.7 -https://evmexplorer.com/explore/Aerodrome Finance2024-11-07T07:43:04.136Zdaily0.7 -https://evmexplorer.com/explore/Compound2024-11-07T07:43:04.136Zdaily0.7 -https://evmexplorer.com/explore/ENS Domains2024-11-07T07:43:04.136Zdaily0.7 -https://evmexplorer.com/explore/ERC202024-11-07T07:43:04.136Zdaily0.7 -https://evmexplorer.com/explore/Uniswap2024-11-07T07:43:04.136Zdaily0.7 -https://evmexplorer.com/explore/Overnight Finance2024-11-07T07:43:04.136Zdaily0.7 -https://evmexplorer.com/explore/PancakeSwap2024-11-07T07:43:04.136Zdaily0.7 -https://evmexplorer.com/explore/ERC7212024-11-07T07:43:04.136Zdaily0.7 -https://evmexplorer.com/explore/ERC11552024-11-07T07:43:04.136Zdaily0.7 -https://evmexplorer.com/explore/OP Governance2024-11-07T07:43:04.136Zdaily0.7 -https://evmexplorer.com/explore/Velodrome Finance2024-11-07T07:43:04.136Zdaily0.7 -https://evmexplorer.com/explore/Token Sets2024-11-07T07:43:04.136Zdaily0.7 +https://evmexplorer.com2024-12-11T00:32:37.478Zdaily0.7 +https://evmexplorer.com/explorer2024-12-11T00:32:37.478Zdaily0.7 +https://evmexplorer.com/explore/Aave2024-12-11T00:32:37.478Zdaily0.7 +https://evmexplorer.com/explore/Aerodrome Finance2024-12-11T00:32:37.478Zdaily0.7 +https://evmexplorer.com/explore/Compound2024-12-11T00:32:37.478Zdaily0.7 +https://evmexplorer.com/explore/ENS Domains2024-12-11T00:32:37.478Zdaily0.7 +https://evmexplorer.com/explore/ERC202024-12-11T00:32:37.478Zdaily0.7 +https://evmexplorer.com/explore/Uniswap2024-12-11T00:32:37.478Zdaily0.7 +https://evmexplorer.com/explore/Overnight Finance2024-12-11T00:32:37.478Zdaily0.7 +https://evmexplorer.com/explore/PancakeSwap2024-12-11T00:32:37.478Zdaily0.7 +https://evmexplorer.com/explore/ERC7212024-12-11T00:32:37.478Zdaily0.7 +https://evmexplorer.com/explore/ERC11552024-12-11T00:32:37.478Zdaily0.7 +https://evmexplorer.com/explore/OP Governance2024-12-11T00:32:37.478Zdaily0.7 +https://evmexplorer.com/explore/Velodrome Finance2024-12-11T00:32:37.478Zdaily0.7 +https://evmexplorer.com/explore/Token Sets2024-12-11T00:32:37.478Zdaily0.7 \ No newline at end of file diff --git a/with-tailwindcss-app/styles/parseTypes.ts b/with-tailwindcss-app/styles/parseTypes.ts index 5279ad3..5f9fc79 100644 --- a/with-tailwindcss-app/styles/parseTypes.ts +++ b/with-tailwindcss-app/styles/parseTypes.ts @@ -66,4 +66,9 @@ export function parseTxTypes(txTypes: string[]) { placeholder: "(coin transfer + token_transfer + contract call)", }; } + + return { + background: "bg-[#b003a5]", + placeholder: "new type", + }; }