Fix icon on home menu

This commit is contained in:
Shawn 2022-12-22 13:24:55 -07:00
parent 77ecacabf7
commit feb2ae5cbe

View File

@ -61,6 +61,7 @@ class _HomeMenuState extends State<HomeMenu> {
AppHeader(
isTransparent: true,
backIcon: AppIcons.close,
trailing: (_) => LocaleSwitcher(),
),