Skip to content

Commit

Permalink
Updated assets
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed Sep 6, 2023
1 parent ba7544c commit 82d63e5
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Binary file removed crates/re_ui/data/images/onboarding-configure.jpg
Binary file not shown.
Binary file added crates/re_ui/data/images/onboarding-configure.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 crates/re_ui/data/images/onboarding-live-data.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 crates/re_ui/data/images/onboarding-recorded-data.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion crates/re_ui/src/icons.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ pub const CONTAINER: Icon = Icon::new("container", include_bytes!("../data/icons

pub const WELCOME_SCREEN_CONFIGURE: Icon = Icon::new(
"welcome_screen_configure",
include_bytes!("../data/images/onboarding-configure.jpg"),
include_bytes!("../data/images/onboarding-configure.png"),
);

pub const WELCOME_SCREEN_LIVE_DATA: Icon = Icon::new(
Expand Down

0 comments on commit 82d63e5

Please sign in to comment.