File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ export default function WelcomePage() {
75
75
< NavButton
76
76
label = "Crystals"
77
77
path = { "/crystals" }
78
- icon = { < GrainIcon sx = { { width : "5em " , height : "5em " } } /> }
78
+ icon = { < GrainIcon sx = { { width : "4em " , height : "4em " } } /> }
79
79
reload = { false }
80
80
> </ NavButton >
81
81
</ Stack >
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ export default function OrcaEulaPage() {
27
27
// Invalidate and refetch
28
28
queryClient . invalidateQueries ( { queryKey : [ "user" ] } ) ;
29
29
navigate ( "/orca" ) ;
30
+ navigate ( 0 ) ;
30
31
} ,
31
32
} ) ;
32
33
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ import "./index.css";
4
4
import { BrowserRouter } from "react-router-dom" ;
5
5
import App from "./App.tsx" ;
6
6
7
- import axios from "axios" ;
7
+ // import axios from "axios";
8
8
9
9
async function enableMocking ( ) {
10
- axios . defaults . headers . common [ "Authorization" ] = "Bearer test_user " ;
10
+ // axios.defaults.headers.common["Authorization"] = "Bearer test_user4 ";
11
11
return ;
12
12
// if (process.env.NODE_ENV !== "development") {
13
13
// return;
You can’t perform that action at this time.
0 commit comments