diff --git a/src/apps/management/layout_reset_device.py b/src/apps/management/layout_reset_device.py index 54fb99dd0..48ce896f1 100644 --- a/src/apps/management/layout_reset_device.py +++ b/src/apps/management/layout_reset_device.py @@ -71,7 +71,7 @@ def layout_reset_device(m): def animate_arrow(): def func(foreground): - ui.display.icon(105, 200, res.load('apps/seed/res/small-arrow.toig'), foreground, ui.BLACK) + ui.display.icon(105, 200, res.load('apps/management/res/small-arrow.toig'), foreground, ui.BLACK) yield from ui.animate_pulse(func, ui.WHITE, ui.BLACK, speed=190000) yield loop.Wait([paginate(), diff --git a/src/apps/management/res/small-arrow.toig b/src/apps/management/res/small-arrow.toig new file mode 100644 index 000000000..7ac29924c Binary files /dev/null and b/src/apps/management/res/small-arrow.toig differ