Fix glyph centering
Summary:
Before:
{F216059409}
(info circle!)
After:
{F216059417}
Reviewed By: jknoxville
Differential Revision: D17808879
fbshipit-source-id: 4408ba11919e70958f2d8123f913973d106996a7
This commit is contained in:
committed by
Facebook Github Bot
parent
04e12a28a0
commit
208752b15e
@@ -311,11 +311,7 @@ function useNPMSearch(
|
||||
<EllipsisText>{h.description}</EllipsisText>
|
||||
<Spacer />
|
||||
<Link href={`https://yarnpkg.com/en/package/${h.name}`}>
|
||||
<AlignedGlyph
|
||||
color={colors.light20}
|
||||
name="info-circle"
|
||||
size={16}
|
||||
/>
|
||||
<Glyph color={colors.light20} name="info-circle" size={16} />
|
||||
</Link>
|
||||
</FlexRow>
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user