Derp, forgot to rename the title header

This commit is contained in:
Tony Bark 2025-03-23 05:51:59 -04:00
parent 1c610fe6b0
commit d598c4ca7e

View file

@ -12,7 +12,7 @@ void PrintTimes()
// Clear the screen on restart
Console.Clear();
Console.WriteLine("=== Publish Times ===");
Console.WriteLine("=== Stagger Post ===");
foreach (var time in scheduledTimes)
{
var articleTime = $"{Generator.ConvertTo12Hour(time)}";