Skip to content

Commit d74589a

Browse files
committed
Co-authored-by: Justin Kirk <[email protected]>
Co-authored-by: Alexander Holden <[email protected]> Co-authored-by: William Owen <[email protected]> Co-authored-by: Jessica Lee <[email protected]>
1 parent f099081 commit d74589a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

app/components/Contact.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const Contact = React.memo(() => {
2121
Please feel free to provide any feedback, concerns, or comments.
2222
</p>
2323
<p style={currentMode}>
24-
You can find issues the team is currently working on
24+
You can find issues the team is currently working on{' '}
2525
<a
2626
style={currentMode}
2727
id="issueLink"

app/stylesheets/Contact.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,9 @@ input[type='file'] {
155155

156156
#issueLink {
157157
color: $header;
158-
text-decoration: none;
158+
cursor: pointer;
159+
text-decoration: underline;
159160
&:hover {
160-
color: $gblue;
161+
color: blue !important;
161162
}
162163
}

0 commit comments

Comments
 (0)