From 44e05b5d60e6e47718876ef91e5a315918c3e4a9 Mon Sep 17 00:00:00 2001 From: 87Prashant <87KumarPrashant@gmail.com> Date: Mon, 4 Jul 2022 07:32:29 +0530 Subject: [PATCH] [Style]: Make ShareProfile component responsive --- src/Components/ShareIcon.js | 2 +- src/Components/ShareProfile.js | 11 ++++++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/src/Components/ShareIcon.js b/src/Components/ShareIcon.js index b0c8cf0d827..5f13c0d9935 100644 --- a/src/Components/ShareIcon.js +++ b/src/Components/ShareIcon.js @@ -5,7 +5,7 @@ import PropTypes from 'prop-types' function ShareIcon({ link, label, iconName }) { return ( @@ -41,7 +43,7 @@ export default function ShareProfile({ username }) {