mirror of https://github.com/fantasticit/think.git
client: update DocumentCardPlaceholder
This commit is contained in:
parent
2d010794da
commit
df7757a0b7
|
@ -82,6 +82,7 @@ export const DocumentCard: React.FC<{ document: IDocument }> = ({ document }) =>
|
|||
export const DocumentCardPlaceholder = () => {
|
||||
return (
|
||||
<div className={styles.cardWrap}>
|
||||
<a>
|
||||
<header>
|
||||
<IconDocument />
|
||||
</header>
|
||||
|
@ -109,6 +110,7 @@ export const DocumentCardPlaceholder = () => {
|
|||
</div>
|
||||
</Text>
|
||||
</footer>
|
||||
</a>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue