From c679847e3a174a246071550448a5f45fa79eea77 Mon Sep 17 00:00:00 2001 From: Frederik Bolding Date: Thu, 29 Feb 2024 17:42:08 +0100 Subject: [PATCH] Fix bottom margin (#154) --- src/components/ChainList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ChainList.tsx b/src/components/ChainList.tsx index 895d174aa..a75403c8a 100644 --- a/src/components/ChainList.tsx +++ b/src/components/ChainList.tsx @@ -64,7 +64,7 @@ export const ChainList = () => { const filteredChains = chains.filter(handleFiltering); return ( - + {filteredChains.map((c) => ( ))}