mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-11 13:22:39 +00:00
Add brewTags class to BrewItem tags
This commit is contained in:
@@ -105,7 +105,7 @@ const BrewItem = createClass({
|
|||||||
<hr />
|
<hr />
|
||||||
<div className='info'>
|
<div className='info'>
|
||||||
{brew.tags ? <>
|
{brew.tags ? <>
|
||||||
<span title={`Tags:\n${brew.tags.join('\n')}`}>
|
<span className='brewTags' title={`Tags:\n${brew.tags.join('\n')}`}>
|
||||||
<i className='fas fa-tags'/> {brew.tags.join(', ')}
|
<i className='fas fa-tags'/> {brew.tags.join(', ')}
|
||||||
</span>
|
</span>
|
||||||
<br />
|
<br />
|
||||||
|
|||||||
Reference in New Issue
Block a user