Skip to content

Commit 639e133

Browse files
author
Akos Kitta
committed
fix: replace Check Mark with a Black Circle
U+25CF Signed-off-by: Akos Kitta <[email protected]>
1 parent 610e464 commit 639e133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino-ide-extension/src/browser/contributions/board-selection.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ SN: ${SN}
225225
selectedBoardPlatformId &&
226226
platformIdentifierEquals(packageId, selectedBoardPlatformId)
227227
) {
228-
packageLabel = ` ${packageLabel}`;
228+
packageLabel = ` ${packageLabel}`;
229229
}
230230
if (useVendorSuffix) {
231231
packageLabel += ` (${vendorId})`;

0 commit comments

Comments
 (0)