diff --git a/profiler/src/main.cpp b/profiler/src/main.cpp index e112461e..883824ec 100644 --- a/profiler/src/main.cpp +++ b/profiler/src/main.cpp @@ -863,7 +863,7 @@ static void DrawContents() ImGui::EndPopup(); } ImGui::SameLine(); - if( ImGui::Button( ICON_FA_COMMENT " Chat" ) ) + if( ImGui::Button( ICON_FA_COMMENTS " Chat" ) ) { tracy::OpenWebpage( "https://discord.gg/pk78auc" ); }