Add tip to help view

This commit is contained in:
Borys_Levytskyi
2021-01-14 12:12:25 +02:00
parent 4bf8bfc615
commit 4402034ba0

View File

@@ -59,6 +59,12 @@ function HelpResultView() {
<li><code>&gt;&gt;&gt;</code> zero-fill right shift</li> <li><code>&gt;&gt;&gt;</code> zero-fill right shift</li>
</ul> </ul>
</div> </div>
<div className="section">
<strong className="section-title">Tip</strong>
<p>
You can click on bits to flip them in number inputs (e.g. <CommandLink text="2 4" />) or IP addresses (e.g. <CommandLink text="192.168.0.0/8"/>)
</p>
</div>
</div> </div>
</div> </div>
</div>; </div>;