You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix external link targets and add rel="noreferrer"
Replaces all instances of target="blank" with target="_blank" for external links and adds rel="noreferrer" for security and best practices across achievement tab components, Main, and ItemWithCounter.
<li>Master Angler : {(totalFished>=fishCaught.length) ? <spanclassName="completed">You have this achievement</span> : <spanclassName="pending">You need to catch {fishCaught.length-totalFished} more fish to get this </span>}</li>
<li>Full Shipment: {(totalShipped===shippedItems.length) ? <spanclassName="completed">You have this achievement</span> : <spanclassName="pending">You need to ship {shippedItems.length-totalShipped} more item to get this achievement.</span>}</li>
0 commit comments