feat: use code instead of b

This commit is contained in:
amhsirak
2024-11-19 00:17:02 +05:30
parent 40c9d91613
commit d3a338c168

View File

@@ -132,8 +132,8 @@ export const RobotDuplicationModal = ({ isOpen, handleStart, handleClose, initia
<span>When to duplicate robots?</span> <span>When to duplicate robots?</span>
<br /> <br />
<span> <span>
Example: If you've created a robot for <b>producthunt.com/topics/api</b>, you can duplicate it to scrape similar pages Example: If you've created a robot for <code>producthunt.com/topics/api</code>, you can duplicate it to scrape similar pages
like <b>producthunt.com/topics/database</b> without training a robot from scratch. like <code>producthunt.com/topics/database</code> without training a robot from scratch.
</span> </span>
<br /> <br />
<span> <span>