1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

added boris lab image

This commit is contained in:
Fedor Katurov 2021-10-29 16:52:35 +07:00
parent 4ff1c08990
commit 3f16ab203e
6 changed files with 1390 additions and 760 deletions

View file

@ -3,11 +3,12 @@ import styles from './styles.module.scss';
import { Card } from '~/components/containers/Card';
import { Placeholder } from '~/components/placeholders/Placeholder';
import { Group } from '~/components/containers/Group';
import { Square } from '~/components/containers/Square';
interface IProps {}
const LabBanner: FC<IProps> = () => (
<Card className={styles.wrap}>
<Square className={styles.wrap}>
<Group>
<div className={styles.title}>Лаборатория!</div>
@ -18,14 +19,9 @@ const LabBanner: FC<IProps> = () => (
пределами Убежища.
</strong>
</p>
<p>
Ловим радиоактивных жуков, приручаем утконосов-вампиров, катаемся на младшем научном
сотруднике Егоре Порсифоровиче (у него как раз сейчас линька).
</p>
</Group>
</Group>
</Card>
</Square>
);
export { LabBanner };