This commit is contained in:
client.perkafean.backup
2024-09-07 06:19:24 +00:00
parent 47743ce8dc
commit ad9af459f0

View File

@@ -263,9 +263,15 @@ const App = ({ cafeId }) => {
/>
)}
<h5 style={{ margin: "10px" }}>
compared to the previous {comparisonText}
</h5>
<div
style={{ display: "flex", alignItems: "center", margin: "10px" }}
>
<div style={{ marginRight: "5px", fontSize: "1.2em" }}></div>
<h6 style={{ margin: 0, textAlign: "left" }}>
Growth percentages are based on comparing the last{" "}
{comparisonText} with the preceding {comparisonText}
</h6>
</div>
</div>
<div
style={{