mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-14 10:35:11 +00:00
firmware/installPybricksDialog: Make heart icon variable.
This commit is contained in:
committed by
David Lechner
parent
4a9f2931d4
commit
9ceaeee739
@@ -108,7 +108,9 @@ const UnsupportedHubs: React.VoidFunctionComponent = () => {
|
||||
)}
|
||||
</p>
|
||||
<p>
|
||||
{i18n.translate('selectHubPanel.notOnListButton.info.mindstorms.help')}
|
||||
{i18n.translate('selectHubPanel.notOnListButton.info.mindstorms.help', {
|
||||
icon: '♥',
|
||||
})}
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
|
||||
Reference in New Issue
Block a user