use library icon from create.arduino

This commit is contained in:
Sven Efftinge
2019-05-08 21:59:52 -07:00
committed by Christian Weichel
parent c7ea4baead
commit 000fa52321
3 changed files with 13 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ export class LibraryListWidget extends ListWidget {
return {
id: LibraryListWidget.WIDGET_ID,
title: LibraryListWidget.WIDGET_LABEL,
iconClass: 'fa fa-book' // TODO: find a better icon
iconClass: 'library-tab-icon'
}
}