We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73f26cf commit a5b9d53Copy full SHA for a5b9d53
src/utils/renderTitle.ts
@@ -15,5 +15,5 @@ const poimandresTheme = {
15
export const renderTitle = () => {
16
const text = figlet.textSync(TITLE_TEXT, { font: "Small" });
17
const t3Gradient = gradient(Object.values(poimandresTheme));
18
- console.log(t3Gradient.multiline(text));
+ console.log("\n", t3Gradient.multiline(text));
19
};
0 commit comments