Skip to content

Commit

Permalink
fix: change name qr icon
Browse files Browse the repository at this point in the history
  • Loading branch information
AdonaiDiazEsparza committed Oct 29, 2024
1 parent fc9ec8a commit e5769c6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified Canbus_app/dist/canbus_app.fap
Binary file not shown.
Binary file modified Canbus_app/dist/debug/canbus_app_d.elf
Binary file not shown.
2 changes: 1 addition & 1 deletion Canbus_app/scenes/AboutUs.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ void draw_more_info_view(App* app) {
widget_add_string_element(
app->widget, 10, 5, AlignLeft, AlignCenter, FontPrimary, "More info:");

widget_add_icon_element(app->widget, 48, 15, &I_qr_code);
widget_add_icon_element(app->widget, 48, 15, &I_qrcode);

widget_add_button_element(app->widget, GuiButtonTypeLeft, "Prev", button_callback, app);
}
Expand Down

0 comments on commit e5769c6

Please sign in to comment.