0
0
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:
G.Ambatte
2022-09-03 12:58:45 +12:00
parent 3262751fea
commit 9807e24e0a

View File

@@ -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 />