File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
// /////////////////
12
12
// StarField BEGIN
13
13
// /////////////////
14
- const DEFAULT_SPEED = 33 ; // in %
14
+ const DEFAULT_SPEED = 11 ; // in %
15
15
let renderFrame;
16
16
let watchCanvas;
17
17
let mounted = false ; // Keep track of mounted state to allow running server-side and prevent race conditions
286
286
// /////////////////
287
287
// StarField END
288
288
// /////////////////
289
- const renderStars = (percent = 33 ) => {
289
+ const renderStars = (percent = DEFAULT_SPEED ) => {
290
290
if (! hyperDark ) {
291
291
return ;
292
292
}
Original file line number Diff line number Diff line change 93
93
<NavLi class =" cursor-pointer" href =" /blog" >Blog</NavLi >
94
94
95
95
<NavLi href =" /contact" >Contact</NavLi >
96
- <NavLi href =" https://github.com/jsonmartin/astronot " >Github</NavLi >
96
+ <NavLi href =" https://github.com/jsonmartin/AstroNot " >Github</NavLi >
97
97
</NavUl >
98
98
<DarkMode btnClass =" ml-4 text-white" size =" lg" />
99
99
</div >
You can’t perform that action at this time.
0 commit comments