mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-12 07:42:34 +02:00
chore(v2): update infima to alpha 26 (#5001)
This commit is contained in:
parent
0e652730d4
commit
7dc9fe839b
12 changed files with 17 additions and 23 deletions
|
@ -51,7 +51,7 @@ const ShowcaseCard = memo(function ({user}) {
|
|||
<div className="avatar__intro margin-left--none">
|
||||
<div className={styles.titleIconsRow}>
|
||||
<div className={styles.titleIconsRowTitle}>
|
||||
<h4 className="avatar__name">{user.title}</h4>
|
||||
<div className="avatar__name">{user.title}</div>
|
||||
</div>
|
||||
<div className={styles.titleIconsRowIcons}>
|
||||
<ShowcaseCardTagIcons tags={user.tags} />
|
||||
|
|
|
@ -255,7 +255,7 @@ function Home() {
|
|||
style={{overflow: 'hidden'}}
|
||||
/>
|
||||
<div className="avatar__intro padding-top--sm">
|
||||
<h4 className="avatar__name">{quote.name}</h4>
|
||||
<div className="avatar__name">{quote.name}</div>
|
||||
<small className="avatar__subtitle">{quote.title}</small>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue