mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
#23 fixed lab shadows
This commit is contained in:
parent
b761849432
commit
10729de375
8 changed files with 40 additions and 7 deletions
|
@ -26,7 +26,7 @@ const LabStats: FC<IProps> = () => {
|
|||
<Group>
|
||||
<LabBanner />
|
||||
|
||||
<Card>
|
||||
<div className={styles.card}>
|
||||
<Group>
|
||||
{isLoading ? (
|
||||
<Placeholder height={14} width="100px" />
|
||||
|
@ -52,7 +52,7 @@ const LabStats: FC<IProps> = () => {
|
|||
<LabHeroes nodes={heroes} isLoading={isLoading} />
|
||||
</div>
|
||||
</Group>
|
||||
</Card>
|
||||
</div>
|
||||
</Group>
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue