File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 19
19
}
20
20
21
21
.topnav a : hover {
22
- background-color : # ddd ;
23
- color : black ;
22
+ background-color : # 72B1E4 ;
23
+ color : # f2f2f2 ;
24
24
border-radius : 25px ;
25
- border : # ddd ;
25
+ border : # 72B1E4 ;
26
26
block-size : auto;
27
27
display : inline;
28
28
}
38
38
vertical-align : middle;
39
39
height : 50px ;
40
40
display : inline-block;
41
- }
41
+ }
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import github from './github.svg';
8
8
const Navbar = ( ) => {
9
9
return (
10
10
< 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" >
12
12
< img src = { slack } className = "logo" alt = "slack logo" />
13
13
< span > Slack</ span >
14
14
</ a >
You can’t perform that action at this time.
0 commit comments