Skip to content

Commit

Permalink
Merge pull request #25618 from Joehuu/fix-chat-icon
Browse files Browse the repository at this point in the history
Fix chat overlay top bar icon being incorrect
  • Loading branch information
bdach authored Dec 1, 2023
2 parents b2e1a63 + d2324cd commit 3d1f10b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Game/Overlays/Chat/ChatOverlayTopBar.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ private void load(OverlayColourProvider colourProvider, TextureStore textures)
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Icon = HexaconsIcons.Social,
Icon = HexaconsIcons.Messaging,
Size = new Vector2(24),
},
// Placeholder text
Expand Down

0 comments on commit 3d1f10b

Please sign in to comment.