mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 18:32:41 +00:00
Add brewTags class to BrewItem tags
This commit is contained in:
@@ -105,7 +105,7 @@ const BrewItem = createClass({
|
||||
<hr />
|
||||
<div className='info'>
|
||||
{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(', ')}
|
||||
</span>
|
||||
<br />
|
||||
|
||||
Reference in New Issue
Block a user