Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 387f11d

Browse files
committed
fix link size
1 parent b757d12 commit 387f11d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/routes/PositionDetails/components/InterviewPopup/CalendarSyncTimedOut/index.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const CalendarSyncTimedOut = ({ userSettings, onContinue }) => {
2222
styleName="manage-calendar"
2323
>
2424
manage connected calendars</span>". Would you have any issues, please don't hesitate to reach out to us
25-
by <a styleName="topcoder-support-email-link" href="mailto:[email protected]">[email protected]</a>.
25+
by <a styleName="topcoder-support-email-link" href="mailto:[email protected]" target="_blank">[email protected]</a>.
2626
</p>
2727
</div>
2828
<div styleName="button-wrapper">

src/routes/PositionDetails/components/InterviewPopup/CalendarSyncTimedOut/styles.module.scss

-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
color: #0d61bf;
2828
@include font-roboto;
2929
font-weight: 400;
30-
font-size: 14px;
3130
cursor: pointer;
3231
text-decoration: underline;
3332
}
@@ -36,7 +35,6 @@
3635
color: #0d61bf !important;
3736
@include font-roboto;
3837
font-weight: 400;
39-
font-size: 14px;
4038
cursor: pointer;
4139
text-decoration: underline;
4240
}

0 commit comments

Comments
 (0)