From 5deaed33edcdd8b97380e979aa3d97b2e79eaa09 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Tue, 23 Aug 2022 19:00:12 +0200 Subject: Minor fixes --- src/util/util/Logo.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/util') diff --git a/src/util/util/Logo.ts b/src/util/util/Logo.ts index 3e108af2..9b3c3e1e 100644 --- a/src/util/util/Logo.ts +++ b/src/util/util/Logo.ts @@ -5,7 +5,7 @@ export class Logo { public static printLogo() { if (existsSync("/usr/bin/chafa")) return execSync( - "chafa https://raw.githubusercontent.com/fosscord/fosscord/master/assets-rebrand/svg/Fosscord-Wordmark-Orange.svg", + "chafa https://raw.githubusercontent.com/fosscord/fosscord/master/assets-rebrand/svg/Fosscord-Wordmark-Orange.svg -s 70", { env: process.env, encoding: "utf-8", @@ -29,7 +29,8 @@ export class Logo { return 1; } private static logoVersions: any = { - "1": `███████╗ ██████╗ ███████╗███████╗ ██████╗ ██████╗ ██████╗ ██████╗ + "1": ` + ███████╗ ██████╗ ███████╗███████╗ ██████╗ ██████╗ ██████╗ ██████╗ ██╔════╝██╔═══██╗██╔════╝██╔════╝██╔════╝██╔═══██╗██╔══██╗██╔══██╗ █████╗ ██║ ██║███████╗███████╗██║ ██║ ██║██████╔╝██║ ██║ ██╔══╝ ██║ ██║╚════██║╚════██║██║ ██║ ██║██╔══██╗██║ ██║ -- cgit 1.5.1