mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-09-21 20:52:57 +00:00
small changes
This commit is contained in:
@@ -122,7 +122,7 @@ const BrewItem = ({
|
||||
<div className={`brewItem${detailsOpen ? ' detailsOpen' : ''}`} onClick={() => setDetailsOpen(!detailsOpen)} >
|
||||
{brew.thumbnail && <div className='thumbnail' style={{ backgroundImage: `url(${brew.thumbnail})` }}></div>}
|
||||
<div className='text'>
|
||||
<h2>{brew.title}</h2>
|
||||
<h2 title={brew.title}>{brew.title}</h2>
|
||||
<p className='description'>{brew.description}</p>
|
||||
</div>
|
||||
<div className='info'>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user