mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 05:18:34 +03:00
return hierarchical tags
This commit is contained in:
@@ -33,7 +33,7 @@ export default ({
|
||||
className='event'
|
||||
x={x}
|
||||
y={y - sectionHeight + (idx * sectionHeight)}
|
||||
style={{ ...styleProps, opacity: h ? 0.3 : 0.05 }}
|
||||
style={{ ...styleProps, opacity: h ? 0.5 : 0.1 }}
|
||||
width={width}
|
||||
height={sectionHeight}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user