Skip to content

Commit

Permalink
馃拕 new icon for location (room)
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Fihlon <[email protected]>
  • Loading branch information
McPringle committed Jun 28, 2024
1 parent d6408c9 commit b77c1f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/swiss/fihlon/apus/ui/view/RoomView.java
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ private Component createSpeakersComponent() {
@NotNull
private Component createRoomComponent() {
return new Div(
new Icon(VaadinIcon.ARROW_CIRCLE_RIGHT),
new Icon(VaadinIcon.LOCATION_ARROW_CIRCLE),
new Text(room.name())
);
}
Expand Down

0 comments on commit b77c1f3

Please sign in to comment.