Skip to content

Commit

Permalink
Uppercase, standardize repo stats display (#1679)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicaschilling authored Oct 27, 2020
1 parent 03113a6 commit 0314595
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/files/header/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ function BarOption ({ children, title, isLink = false, className = '', ...etc })

return (
<div className={className} {...etc}>
<span className='nowrap db f4 navy'>{children}</span>
<span className={`db ttl ${isLink ? 'navy underline' : 'gray'}`}>{title}</span>
<span className='nowrap db f4 charcoal'>{children}</span>
<span className={`db ttu f6 montserrat fw4 ${isLink ? 'link' : 'charcoal-muted'}`}>{title}</span>
</div>
)
}
Expand Down

0 comments on commit 0314595

Please sign in to comment.