From 84f7e90569250a6f297bdad10701a97248361ddd Mon Sep 17 00:00:00 2001
From: Oliver <oliver.henry.walters@gmail.com>
Date: Mon, 27 Feb 2023 21:01:17 +1100
Subject: [PATCH] Fix icon on SupplierPartDetail widget (#273)

* Fix icon on SupplierPartDetail widget

* Update release notes
---
 assets/release_notes.md              | 6 ++++++
 lib/widget/supplier_part_detail.dart | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/assets/release_notes.md b/assets/release_notes.md
index ba2a9265..ac2747f2 100644
--- a/assets/release_notes.md
+++ b/assets/release_notes.md
@@ -1,6 +1,12 @@
 ## InvenTree App Release Notes
 ---
 
+### 0.10.2 - March 2023
+---
+
+- Fix icon for supplier part detail widget
+
+
 ### 0.10.1 - February 2023 
 ---
 
diff --git a/lib/widget/supplier_part_detail.dart b/lib/widget/supplier_part_detail.dart
index fdccbf78..a2956584 100644
--- a/lib/widget/supplier_part_detail.dart
+++ b/lib/widget/supplier_part_detail.dart
@@ -225,7 +225,7 @@ class _SupplierPartDisplayState extends RefreshableState<SupplierPartDetailWidge
       onTap: onTabSelectionChanged,
       items: [
         BottomNavigationBarItem(
-          icon: FaIcon(FontAwesomeIcons.circle),
+          icon: FaIcon(FontAwesomeIcons.circleInfo),
           label: L10().details,
         ),
         BottomNavigationBarItem(