Skip to content

Commit 3dc2e8e

Browse files
committed
fix: day in daily command separator length
1 parent cbe417b commit 3dc2e8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

commands/daily.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export const dailyCommand = define({
108108

109109
// Add separator
110110
table.push([
111-
"─".repeat(16),
111+
"─".repeat(12),
112112
"─".repeat(12),
113113
"─".repeat(12),
114114
"─".repeat(12),

0 commit comments

Comments
 (0)