We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34c058f commit 2406237Copy full SHA for 2406237
src/cli/tui/routes/home/components/welcome-section.tsx
@@ -23,7 +23,7 @@ export function WelcomeSection() {
23
<box flexDirection="row" gap={0} marginBottom={1}>
24
<text fg={themeCtx.theme.purple}>░▒▓ </text>
25
<text fg={themeCtx.theme.text}>🌟 </text>
26
- <text fg={themeCtx.theme.text} attributes={TextAttributes.BOLD}>Nova Edition</text>
+ <text fg={themeCtx.theme.text} attributes={TextAttributes.BOLD}>Nova Edition ᴮᴱᵀᴬ</text>
27
<text fg={themeCtx.theme.purple}> ▓▒░ </text>
28
<text fg={themeCtx.theme.textMuted}>v{getVersion()}</text>
29
</box>
0 commit comments