mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
fixed illustration and sizings on a phone
This commit is contained in:
parent
fb0926321e
commit
f099f42a12
4 changed files with 171 additions and 148 deletions
|
@ -1,4 +1,5 @@
|
|||
import classNames from 'classnames';
|
||||
import { observer } from 'mobx-react-lite';
|
||||
|
||||
import { FlowGrid } from '~/components/flow/FlowGrid';
|
||||
import { FlowLoginStamp } from '~/components/flow/FlowLoginStamp';
|
||||
|
@ -11,7 +12,7 @@ import { useFlowContext } from '~/utils/providers/FlowProvider';
|
|||
|
||||
import styles from './styles.module.scss';
|
||||
|
||||
const FlowLayout = () => {
|
||||
const FlowLayout = observer(() => {
|
||||
const { heroes, nodes, onChangeCellView, loadMore, isSyncing } =
|
||||
useFlowContext();
|
||||
const { user, isUser } = useAuth();
|
||||
|
@ -45,6 +46,6 @@ const FlowLayout = () => {
|
|||
<SubmitBarRouter prefix="" />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
});
|
||||
|
||||
export { FlowLayout };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue