We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f099081 commit d74589aCopy full SHA for d74589a
app/components/Contact.tsx
@@ -21,7 +21,7 @@ const Contact = React.memo(() => {
21
Please feel free to provide any feedback, concerns, or comments.
22
</p>
23
<p style={currentMode}>
24
- You can find issues the team is currently working on
+ You can find issues the team is currently working on{' '}
25
<a
26
style={currentMode}
27
id="issueLink"
app/stylesheets/Contact.scss
@@ -155,8 +155,9 @@ input[type='file'] {
155
156
#issueLink {
157
color: $header;
158
- text-decoration: none;
+ cursor: pointer;
159
+ text-decoration: underline;
160
&:hover {
- color: $gblue;
161
+ color: blue !important;
162
}
163
0 commit comments