Skip to content

Commit

Permalink
style: change developer from Blooo to Acre
Browse files Browse the repository at this point in the history
- change "Blooo" to "Acre"
- generate golden snapshots
  • Loading branch information
keiff3r committed Nov 7, 2024
1 parent 4a187a7 commit 6b22bc5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/menu_nbgl.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

#define SETTING_INFO_NB 3
static const char* const INFO_TYPES[SETTING_INFO_NB] = {"Version", "Developer", "Copyright"};
static const char* const INFO_CONTENTS[SETTING_INFO_NB] = {APPVERSION, "Blooo", "(c) 2024 Acre"};
static const char* const INFO_CONTENTS[SETTING_INFO_NB] = {APPVERSION, "Acre", "(c) 2024 Acre"};

static const nbgl_contentInfoList_t infoList = {
.nbInfos = SETTING_INFO_NB,
Expand Down
Binary file modified tests/snapshots/flex/test_dashboard/00001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/snapshots/stax/test_dashboard/00001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6b22bc5

Please sign in to comment.