File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ const ProjectTitle = () => {
19
19
// light: useBaseUrl('img/client_logo_and_text.svg'),
20
20
// dark: useBaseUrl('img/client_logo_and_text.svg'),
21
21
// };
22
- // const { siteConfig } = useDocusaurusContext();
22
+ const { siteConfig } = useDocusaurusContext ( ) ;
23
23
24
24
return (
25
25
< React . Fragment >
@@ -30,12 +30,14 @@ const ProjectTitle = () => {
30
30
height={90}
31
31
width={416}
32
32
/> */ }
33
- < LogoAndText alt = "The Reactive Data Client" height = { 90 } />
33
+ < LogoAndText
34
+ role = "img"
35
+ aria-label = "The Reactive Data Client"
36
+ height = { 90 }
37
+ />
34
38
</ div >
39
+ < h1 style = { { display : 'none' } } > { siteConfig . title } </ h1 >
35
40
{ /*
36
- <h1 style={{ marginBottom: '0.0', fontWeight: '600' }}>
37
- {siteConfig.title}
38
- </h1>
39
41
<p style={{ marginTop: '0.0', fontWeight: '500', fontSize: '18px' }}>
40
42
Async State <strike>Management</strike> without the Management
41
43
</p> */ }
You can’t perform that action at this time.
0 commit comments