From a26ba2096827cc179a3efdefe266929ce2a7b003 Mon Sep 17 00:00:00 2001 From: gagdiez Date: Fri, 4 Oct 2024 22:51:21 +0200 Subject: [PATCH] fix: small tweaks --- src/components/home/DecentralizedApps/index.tsx | 8 ++++---- src/styles/globals.css | 6 +----- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/src/components/home/DecentralizedApps/index.tsx b/src/components/home/DecentralizedApps/index.tsx index 222bd970a..e75a81e38 100644 --- a/src/components/home/DecentralizedApps/index.tsx +++ b/src/components/home/DecentralizedApps/index.tsx @@ -105,18 +105,18 @@ export const DecentralizedApps = () => { Supported Wallets + - + + + - - - diff --git a/src/styles/globals.css b/src/styles/globals.css index 845e1a40f..9bfc35269 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -79,8 +79,4 @@ h6 { right: 2px; bottom: 10px; } -} - -g { - color: green; -} +} \ No newline at end of file