Skip to content

Commit

Permalink
better icon for open_in_new
Browse files Browse the repository at this point in the history
  • Loading branch information
just-seba committed Oct 15, 2024
1 parent c6d50ee commit f6a4c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/ui/app_icons.dart
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ abstract final class AppIcons {
static const IconData login = uicons.fi_rr_sign_in_alt;
static const IconData logout = uicons.fi_rr_sign_out_alt;
static const IconData logs = uicons.fi_rr_terminal;
static const IconData open_in_new = uicons.fi_rr_arrow_up_right_from_square;
static const IconData open_in_new = uicons.fi_rr_up_right_from_square;
static const IconData person = uicons.fi_rr_user;
static const IconData power_grid = uicons.fi_rr_utility_pole_double;
static const IconData priority = uicons.fi_rr_priority_arrow;
Expand Down

0 comments on commit f6a4c1a

Please sign in to comment.