mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
fixed boris image and layout
This commit is contained in:
parent
b4099a6c45
commit
e465f72034
6 changed files with 19 additions and 55 deletions
|
@ -7,7 +7,7 @@ import styles from './styles.module.scss';
|
|||
interface LoadingProgressProps {}
|
||||
|
||||
const LoadingProgress: VFC<LoadingProgressProps> = () => {
|
||||
const shown = useSSRLoadingIndicator(300);
|
||||
const shown = useSSRLoadingIndicator(700);
|
||||
|
||||
return shown ? (
|
||||
<>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue