mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-08-01 00:21:48 +00:00
Replaced at="large with greaterThanOrEqual="large"
Based on warnings in the console
This commit is contained in:
@@ -429,7 +429,7 @@ function ChartComponent(props: ChartComponentProps) {
|
||||
|
||||
return (
|
||||
<div id="svgContainer">
|
||||
<Media at="large" className="zoom">
|
||||
<Media greaterThanOrEqual="large" className="zoom">
|
||||
<button
|
||||
className="zoom-in"
|
||||
onClick={() => chartWrapper.current.zoom(ZOOM_FACTOR)}
|
||||
|
||||
Reference in New Issue
Block a user