Skip to content

Commit

Permalink
credit myself
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Spaink committed Aug 22, 2023
1 parent b252cc6 commit d5ed339
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,14 @@ impl eframe::App for App {
});
});
}

ui.with_layout(egui::Layout::bottom_up(egui::Align::LEFT), |ui| {
ui.horizontal(|ui| {
ui.spacing_mut().item_spacing.x = 0.0;
ui.label("Created by ");
ui.hyperlink_to("Sebastian Spaink", "https://www.linkedin.com/in/sebastianspaink/");
});
});
});

display_bodyparts(ctx, &mut ferris.color, &assets.colors);
Expand Down

0 comments on commit d5ed339

Please sign in to comment.