Skip to content

Commit e3c5b4d

Browse files
committed
text changed
1 parent afc7e18 commit e3c5b4d

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

src/pages/groot.js

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -233,9 +233,10 @@ export default function Groot() {
233233
<div className='col col--6' id="t3">
234234
<h1>Log Visualization</h1>
235235
<ul>
236-
<li>Open logs and replay the execution of the tree at different speeds. </li>
237-
<li>Visualize how long the Node was in the RUNNING state or returned a new status.</li>
238-
<li>View and export statistics about the status reported by your Nodes.</li>
236+
<li>Open logs and replay the execution of the tree at different speeds.</li>
237+
<li>Visualize how long a Node was in the RUNNING state and how many times it
238+
returned a new status.</li>
239+
<li>Filter transitions by name or time range.</li>
239240
</ul>
240241
<br />
241242
</div>
@@ -245,9 +246,10 @@ export default function Groot() {
245246
<div className='col col--6' id="t4">
246247
<h1>Log Visualization</h1>
247248
<ul>
248-
<li>Open logs and replay the execution of the tree at different speeds. </li>
249-
<li>Visualize how long the Node was in the RUNNING state or returned a new status.</li>
250-
<li>View and export statistics about the status reported by your Nodes.</li>
249+
<li>Open logs and replay the execution of the tree at different speeds.</li>
250+
<li>Visualize how long a Node was in the RUNNING state and how many times it
251+
returned a new status.</li>
252+
<li>Filter transitions by name or time range.</li>
251253
</ul>
252254
<br />
253255
</div>
@@ -301,14 +303,13 @@ export default function Groot() {
301303
<h1 id='pricingHead'>(*) But wait, there is more!</h1>
302304
<ul>
303305
<li id='text'>
304-
<b>Discounts:</b> planning to buy multiple licenses?
305-
Tell us more about your plans and we can suggest a tailored
306-
solution for your needs.
306+
<b>Discounts:</b> are you considering buying multiple licenses?
307+
We can offer you a discount and a solution tailored for your company.
307308
</li>
308309
<li id='text'>
309-
<b>Free for academia:</b> if you are a
310-
student or researcher, you can receive a complementary 1 year
311-
license. <a href="https://airtable.com/appqTlC23AiSoB4Fd/shrsC33d8feHZmKXs" target="_blank">Fill this form</a>
310+
<b>Free for academia:</b> if you are a student or researcher,
311+
you can receive a complementary 1 year license.
312+
<a href="https://airtable.com/appqTlC23AiSoB4Fd/shrsC33d8feHZmKXs" target="_blank">Fill this form</a>
312313
&ensp;and tell us more about your project.
313314
</li>
314315

0 commit comments

Comments
 (0)