From 8c14b69d416cfe71b8a697f82352285c60419da0 Mon Sep 17 00:00:00 2001 From: Syco21 Date: Sun, 29 Mar 2026 20:59:54 +0200 Subject: [PATCH] gap 2 --- src/components/Footer/Footer.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Footer/Footer.jsx b/src/components/Footer/Footer.jsx index 6228d9b..94ada3c 100644 --- a/src/components/Footer/Footer.jsx +++ b/src/components/Footer/Footer.jsx @@ -61,6 +61,7 @@ function Footer() { cursor: importing ? 'not-allowed' : 'pointer', opacity: importing ? 0.5 : 1, transition: 'background 0.2s, color 0.2s', + marginLeft: '1.5rem', }} > {importing ? 'Importing...' : 'Full Import'}