diff --git a/public/social-image.png b/public/social-image.png index 1753f73..9eedd56 100644 Binary files a/public/social-image.png and b/public/social-image.png differ diff --git a/src/components/footer/FooterText.js b/src/components/footer/FooterText.js index 836239f..da359a8 100644 --- a/src/components/footer/FooterText.js +++ b/src/components/footer/FooterText.js @@ -16,6 +16,7 @@ const useStyles = makeStyles((theme) => ({ display: 'flex', alignItems: 'center', flexWrap: 'wrap', + columnGap: "5px" }, }));