File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -17,16 +17,18 @@ const linkCss = css`
17
17
user-select : none;
18
18
vertical-align : middle;
19
19
white-space : nowrap;
20
- color : # ffffff ;
21
- border-color : # c9c9cd ;
20
+
21
+ color : # 424d57 ;
22
+ border-color : # ffffff ;
23
+ background-color : # ffffff ;
22
24
margin-right : 0.5rem ;
23
25
height : 36px ;
24
26
25
27
& : hover {
26
28
text-decoration : none;
27
- color : # 424d57 ;
28
- border-color : # 424d57 ;
29
- background-color : # ffffff ;
29
+ color : # ffffff ;
30
+ border-color : # ffffff ;
31
+ background-color : # 4a4a55 ;
30
32
}
31
33
32
34
@media (min-width : 1024px ) {
@@ -42,7 +44,7 @@ const DeveloperConsole = () => {
42
44
rel = "noopener noreferrer"
43
45
css = { linkCss }
44
46
>
45
- Developer Console
47
+ Go to Console
46
48
</ a >
47
49
) ;
48
50
} ;
Original file line number Diff line number Diff line change @@ -162,11 +162,9 @@ const Header = () => {
162
162
const { pathname } = useRouter ( ) ;
163
163
const isNotHomeDirectory = pathname !== "/" ;
164
164
165
- const [ openSearch , setOpenSearch ] = useState ( false ) ;
166
165
const [ openMenu , setOpenMenu ] = useState ( false ) ;
167
166
168
167
const handleOpenMenu = ( ) => {
169
- setOpenSearch ( false ) ;
170
168
setOpenMenu ( true ) ;
171
169
} ;
172
170
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ const MobileMenu = () => {
79
79
target = "_blank"
80
80
rel = "noopener noreferrer"
81
81
>
82
- Developer Console
82
+ Go to Console
83
83
</ DirectLink >
84
84
</ Wrapper >
85
85
) ;
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ const SideNav = ({
169
169
< IconWrapper >
170
170
< Console fill = "#424D57" width = "20px" height = "20px" />
171
171
</ IconWrapper >
172
- Developer Console
172
+ Go to Console
173
173
</ LinkArea >
174
174
</ DeveloperConsoleLink >
175
175
</ MenuWrapper >
You can’t perform that action at this time.
0 commit comments