Skip to content

Commit

Permalink
fixes (#1338)
Browse files Browse the repository at this point in the history
  • Loading branch information
happylolonly authored Oct 21, 2024
1 parent 3c897f0 commit a53bf1a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/containers/application/mobileAllowedRoutes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,9 @@ export const mobileAllowedRoutes = [
routes.warp.path,
routes.social.path,

routes.brain,

'network/bostrom/tx/*',

// routes.settings.path,
];
2 changes: 1 addition & 1 deletion src/pages/oracle/landing/OracleLanding.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function OracleLanding() {
const [searchParams] = useSearchParams();
const type = searchParams.get(QUERY_KEY);

const [titleType, setTitleType] = useState<TitleType>(TitleType.ai);
const [titleType, setTitleType] = useState<TitleType>(TitleType.search);

const ref = useRef<HTMLDivElement>(null);
const dispatch = useAppDispatch();
Expand Down

0 comments on commit a53bf1a

Please sign in to comment.