Commit 4230554f authored by ι™ˆεΈ…'s avatar ι™ˆεΈ…

Configure the Skeleton to match the style

parent ee9787eb
......@@ -203,7 +203,13 @@ export default class PageHeader extends PureComponent {
return (
<div className={clsString}>
<div className={wide ? styles.wide : ''}>
<Skeleton loading={loading}>
<Skeleton
loading={loading}
title={false}
active
paragraph={{ rows: 3 }}
avatar={{ size: 'large', shape: 'circle' }}
>
{breadcrumb}
<div className={styles.detail}>
{logo && <div className={styles.logo}>{logo}</div>}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment