Skip to content

Commit

Permalink
add header
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleLittleCloud committed May 18, 2024
1 parent f1eb5ee commit 474dfe5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ChatRoom/ChatRoom.Client/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ static void PrintUsage()
}.HideHeaders();
table.AddColumn(new TableColumn("One"));

var header2 = new FigletText("Agent Chat Room")
var header = new FigletText("Agent Chat Room")
{
Color = Color.Aqua
};
Expand All @@ -225,7 +225,6 @@ static void PrintUsage()
.AddColumn(new TableColumn("Content"));

rightTable.AddRow(header)
.AddRow(header2)
.AddEmptyRow()
.AddEmptyRow()
.AddRow(markup);
Expand Down

0 comments on commit 474dfe5

Please sign in to comment.