Skip to content

Commit

Permalink
Fix navbar icon
Browse files Browse the repository at this point in the history
  • Loading branch information
benlye committed Nov 27, 2020
1 parent 571e16c commit f107638
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<a href="javascript:void(0)" data-bind="visible: showFirmwareUpdaterNavbarIcon, click: showFirmwareUpdater"><i class="fas fa-microchip" title="Firmware Updater"></i></a>
<a href="javascript:void(0)" data-bind="visible: showFirmwareUpdaterNavbarIcon, click: showFirmwareUpdater"><i class="fa fa-microchip" title="Firmware Updater"></i></a>
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
plugin_name = "OctoPrint-FirmwareUpdater"

# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
plugin_version = "1.7.2"
plugin_version = "1.7.3"

# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
# module
Expand Down

0 comments on commit f107638

Please sign in to comment.