Skip to content

Commit 75d165c

Browse files
committed
update speech tag
1 parent 10977fc commit 75d165c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pi/extensions/custom-header.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,8 +386,8 @@ function renderTaglineLines(width: number, theme: Theme, colors: EffectiveHeader
386386

387387
// ─── Cat ──────────────────────────────────────────────────────────────────────
388388

389-
const CAT = [" /l、 ", "(゚、 。7 ", " l ~ヽ ", " じしf_,)ノ"];
390-
const BUBBLE = ["╭─────────╮", "│ meow :3 │", "╰────────╯"];
389+
const CAT = [" /l、 ", "(゚、 。7 ", " l ~ヽ ", " じしf_,)ノ"];
390+
const BUBBLE = ["╭─────────╮", "│ meow :3 │", "╰────────╯"];
391391

392392
// Bubble stacked above the cat.
393393
const CAT_PANEL = [...BUBBLE, ...CAT];

0 commit comments

Comments
 (0)