Skip to content

Commit 2406237

Browse files
committed
style(home): update welcome section title to include beta indicator
1 parent 34c058f commit 2406237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/tui/routes/home/components/welcome-section.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export function WelcomeSection() {
2323
<box flexDirection="row" gap={0} marginBottom={1}>
2424
<text fg={themeCtx.theme.purple}>░▒▓ </text>
2525
<text fg={themeCtx.theme.text}>🌟 </text>
26-
<text fg={themeCtx.theme.text} attributes={TextAttributes.BOLD}>Nova Edition</text>
26+
<text fg={themeCtx.theme.text} attributes={TextAttributes.BOLD}>Nova Edition ᴮᴱᵀᴬ</text>
2727
<text fg={themeCtx.theme.purple}> ▓▒░ </text>
2828
<text fg={themeCtx.theme.textMuted}>v{getVersion()}</text>
2929
</box>

0 commit comments

Comments
 (0)