File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed
packages/editor/src/app/main/components Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 24
24
color : # 2b4869 ;
25
25
position : relative;
26
26
padding : 0 1em ;
27
+ padding-top : 3px ;
27
28
font-weight : 500 ;
28
29
font-size : 0.95em ;
29
30
}
Original file line number Diff line number Diff line change @@ -33,9 +33,17 @@ export const Navigation = observer(() => {
33
33
label = "site"
34
34
renderProductHome = { ProductHome }
35
35
primaryItems = { [
36
- < Link className = { styles . link } to = { toDocs ( ) } >
37
- Documentation
38
- </ Link > ,
36
+ < >
37
+ < Link className = { styles . link } to = { toDocs ( ) } >
38
+ Documentation
39
+ </ Link >
40
+ < a
41
+ href = "https://www.github.com/yousefed/typecell"
42
+ className = { styles . link }
43
+ target = "_blank" >
44
+ GitHub
45
+ </ a >
46
+ </ > ,
39
47
// <PrimaryButton onClick={navigationStore.navigateToDocs}>
40
48
// Documentation
41
49
// </PrimaryButton>,
@@ -47,6 +55,11 @@ export const Navigation = observer(() => {
47
55
) }
48
56
</ >
49
57
) ) }
58
+ // renderHelp={() => (
59
+ // <Link className={styles.link} to={toDocs()}>
60
+ // Documentation
61
+ // </Link>
62
+ // )}
50
63
renderSignIn = { observer ( ( ) => (
51
64
< >
52
65
{ ! sessionStore . isLoggedIn && (
You can’t perform that action at this time.
0 commit comments