File tree Expand file tree Collapse file tree 1 file changed +16
-12
lines changed Expand file tree Collapse file tree 1 file changed +16
-12
lines changed Original file line number Diff line number Diff line change @@ -38,23 +38,27 @@ const Splash = () => (
38
38
great documentation and learning material!
39
39
</ p >
40
40
41
- < h2 > Latest Sponsors</ h2 >
42
- < Support rank = "latest" />
41
+ { window . document !== undefined ? (
42
+ < React . Fragment >
43
+ < h2 > Latest Sponsors</ h2 >
44
+ < Support rank = "latest" />
43
45
44
- < h2 > Platinum Sponsors</ h2 >
45
- < Support rank = "platinum" />
46
+ < h2 > Platinum Sponsors</ h2 >
47
+ < Support rank = "platinum" />
46
48
47
- < h2 > Gold Sponsors</ h2 >
48
- < Support rank = "gold" />
49
+ < h2 > Gold Sponsors</ h2 >
50
+ < Support rank = "gold" />
49
51
50
- < h2 > Silver Sponsors</ h2 >
51
- < Support rank = "silver" />
52
+ < h2 > Silver Sponsors</ h2 >
53
+ < Support rank = "silver" />
52
54
53
- < h2 > Bronze Sponsors</ h2 >
54
- < Support rank = "bronze" />
55
+ < h2 > Bronze Sponsors</ h2 >
56
+ < Support rank = "bronze" />
55
57
56
- < h2 > Backers</ h2 >
57
- < Support rank = "backer" />
58
+ < h2 > Backers</ h2 >
59
+ < Support rank = "backer" />
60
+ </ React . Fragment >
61
+ ) : null }
58
62
</ Markdown >
59
63
</ Container >
60
64
</ div >
You can’t perform that action at this time.
0 commit comments