Skip to content

Commit 9e9fc04

Browse files
authored
Merge pull request #238 from thng17/slack-link
2 parents 2020c06 + 00c2ac5 commit 9e9fc04

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/components/Navbar/Navbar.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
}
2020

2121
.topnav a:hover {
22-
background-color: #ddd;
23-
color: black;
22+
background-color: #72B1E4;
23+
color: #f2f2f2;
2424
border-radius: 25px;
25-
border: #ddd;
25+
border: #72B1E4;
2626
block-size: auto;
2727
display: inline;
2828
}
@@ -38,4 +38,4 @@
3838
vertical-align:middle;
3939
height: 50px;
4040
display: inline-block;
41-
}
41+
}

src/components/Navbar/Navbar.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import github from './github.svg';
88
const Navbar = () => {
99
return (
1010
<div className="topnav">
11-
<a href="https://join.slack.com/t/firstcontributors/shared_invite/zt-vchl8cde-S0KstI_jyCcGEEj7rSTQiA" target="_blank" rel="noopener noreferrer">
11+
<a href="https://firstcontributors.slack.com/join/shared_invite/zt-vchl8cde-S0KstI_jyCcGEEj7rSTQiA#/shared-invite/email" target="_blank" rel="noopener noreferrer">
1212
<img src={slack} className="logo" alt="slack logo" />
1313
<span>Slack</span>
1414
</a>

0 commit comments

Comments
 (0)