File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,8 @@ import {
23
23
newFile ,
24
24
newFolder ,
25
25
openPreferences ,
26
- showKeyboardShortcutModal
26
+ showKeyboardShortcutModal ,
27
+ showFundraiserModal
27
28
} from '../../actions/ide' ;
28
29
import { logoutUser } from '../../../User/actions' ;
29
30
import { useSketchActions , useWhatPage } from '../../hooks' ;
@@ -434,6 +435,9 @@ const MoreMenu = () => {
434
435
{ t ( 'Nav.Help.Reference' ) }
435
436
</ NavMenuItem >
436
437
< NavMenuItem href = "/about" > { t ( 'Nav.Help.About' ) } </ NavMenuItem >
438
+ < NavMenuItem onClick = { ( ) => dispatch ( showFundraiserModal ( ) ) } >
439
+ { t ( 'Nav.Fundraiser' ) }
440
+ </ NavMenuItem >
437
441
</ ParentMenuContext . Provider >
438
442
</ ul >
439
443
</ div >
Original file line number Diff line number Diff line change @@ -457,6 +457,13 @@ exports[`Nav renders dashboard version for mobile 1`] = `
457
457
About
458
458
</a >
459
459
</li >
460
+ <li
461
+ class = " nav__dropdown-item"
462
+ >
463
+ <button >
464
+ Support p5.js and the Processing Foundation!
465
+ </button >
466
+ </li >
460
467
</ul >
461
468
</div >
462
469
</div >
@@ -1091,6 +1098,13 @@ exports[`Nav renders editor version for mobile 1`] = `
1091
1098
About
1092
1099
</a >
1093
1100
</li >
1101
+ <li
1102
+ class = " nav__dropdown-item"
1103
+ >
1104
+ <button >
1105
+ Support p5.js and the Processing Foundation!
1106
+ </button >
1107
+ </li >
1094
1108
</ul >
1095
1109
</div >
1096
1110
</div >
Original file line number Diff line number Diff line change 2
2
padding : #{20 / $base-font-size } rem;
3
3
margin-right : #{20 / $base-font-size } rem;
4
4
padding-bottom : #{40 / $base-font-size } rem;
5
- width : #{525 / $base-font-size } rem;
5
+ width : #{500 / $base-font-size } rem;
6
6
text-align : center ;
7
7
overflow-y : auto ;
8
8
}
You can’t perform that action at this time.
0 commit comments