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 {