Use stats-chart icon for Best

This commit is contained in:
Brandon Presley 2022-07-11 13:06:26 +12:00
parent 1a2fcf04c3
commit 87ed70155f
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ const App = () => {
options={{ options={{
drawerIcon: ({focused}) => ( drawerIcon: ({focused}) => (
<IconButton <IconButton
icon={focused ? 'bar-chart' : 'bar-chart-outline'} icon={focused ? 'stats-chart' : 'stats-chart-outline'}
/> />
), ),
}} }}