mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-20 20:46:58 +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} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue