Skip to content

Commit

Permalink
make the 'sign into slack' button underline
Browse files Browse the repository at this point in the history
it is not obvious that the text is a clickable link and so making it underline captures the attention of people better
  • Loading branch information
JosiasAurel committed Apr 17, 2024
1 parent 437287c commit 8c53bce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/slack.js
Expand Up @@ -186,7 +186,9 @@ export default ({ index, progress, setProgress, github }) => (
}}
/>
<p style={{ opacity: 0.5, marginTop: 0 }}>:smug-dino:</p>
<p>
<p style={{
textDecoration: "underline"
}}>
Click here to sign into{" "}
<img
src="slack.svg"
Expand Down

0 comments on commit 8c53bce

Please sign in to comment.