Skip to content

Commit fb6e2de

Browse files
committed
fix(docs): increase ascii demo terminal height to 16 rows
1 parent d16e5cf commit fb6e2de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/components/demos/ascii-demo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ figlet.parseFont("Doom", doom);
1313

1414
export default function AsciiDemo({ onReady }: { onReady?: () => void }) {
1515
return (
16-
<InkTerminalBox loading={false} onReady={onReady}>
16+
<InkTerminalBox rows={16} loading={false} onReady={onReady}>
1717
<Box flexDirection="column" alignItems="center">
1818
<Ascii text="Ink" color="cyan" font="Doom" />
1919
<Ascii text="Web" color="yellow" font="Doom" />

0 commit comments

Comments
 (0)