From e23a7b803374bf4a141aaa00eeaf0ed49e95af49 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Wed, 3 May 2023 18:39:30 +0200 Subject: [PATCH] change(ui) - issue form and share popup titles --- frontend/app/components/Session_/Issues/IssuesModal.js | 2 +- frontend/app/components/shared/SharePopup/SharePopup.js | 6 ++---- .../app/components/shared/SharePopup/sharePopup.module.css | 3 ++- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/frontend/app/components/Session_/Issues/IssuesModal.js b/frontend/app/components/Session_/Issues/IssuesModal.js index 3e45bb1b1..2a4a833b8 100644 --- a/frontend/app/components/Session_/Issues/IssuesModal.js +++ b/frontend/app/components/Session_/Issues/IssuesModal.js @@ -11,7 +11,7 @@ const IssuesModal = ({ }) => { return (
-

+

{/* */} {`Report an Issue on ${provider === 'jira' ? 'Jira' : 'Github'}`}

diff --git a/frontend/app/components/shared/SharePopup/SharePopup.js b/frontend/app/components/shared/SharePopup/SharePopup.js index 2c0bc643e..24030559f 100644 --- a/frontend/app/components/shared/SharePopup/SharePopup.js +++ b/frontend/app/components/shared/SharePopup/SharePopup.js @@ -113,10 +113,8 @@ export default class SharePopup extends React.PureComponent { ) : ( <> -
-
- Share this session link to Slack/MS Teams -
+
+ Share this session link to Slack/MS Teams
{slackOptions.length > 0 || msTeamsOptions.length > 0 ? (
diff --git a/frontend/app/components/shared/SharePopup/sharePopup.module.css b/frontend/app/components/shared/SharePopup/sharePopup.module.css index bd7ba37eb..81c195cb6 100644 --- a/frontend/app/components/shared/SharePopup/sharePopup.module.css +++ b/frontend/app/components/shared/SharePopup/sharePopup.module.css @@ -8,8 +8,9 @@ .wrapper { background-color: white; - width: 350px; + width: 390px; padding: 10px 8px; + color: $gray-darkest !important; } .header {