Skip to content

Commit

Permalink
dude, build something
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Oct 23, 2023
1 parent 4843695 commit 67d863b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/re_viewer/src/ui/top_panel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ fn website_link_ui(ui: &mut egui::Ui) {
.as_image()
.max_height(desired_height);

let url = "https://rerun.io/";
let url = "Hello";
let response = ui
.add(egui::ImageButton::new(image))
.on_hover_cursor(egui::CursorIcon::PointingHand)
Expand Down

0 comments on commit 67d863b

Please sign in to comment.