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'}