Skip to content

Commit ac15ff7

Browse files
author
scinorandex
committed
Update BMC info and make dashboard quiet
1 parent d614564 commit ac15ff7

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

src/utils/libs/getResponses.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const lines = {
99
defaultHeader: `COVID-19 Tracker & CLI v${version}`,
1010
helpMessage: `Help: Try to append the URL with /help to learn more...`,
1111
sponsorMessage: `Love this project? Help us to help others by means of coffee!\n`,
12-
BMCLink: `(Buy Us a Coffee) wareneutron.com/donate`,
12+
BMCLink: `Buy Us a Coffee - wareneutron.com/donate`,
1313
twitterPlug: `Follow the lead dev on twitter for more updates!\n`,
1414
handleHashtag: ["@warengonzaga", "#covid19trackercli"],
1515
docsLink: "Docs: docs.wareneutron.com/covid19-tracker-cli",

src/utils/routes/dashboard/generateDashboardOutput.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import blessed from "blessed";
22
import contrib from "blessed-contrib";
33
import { removeANSI } from "../../libs/generateTable";
44
import { lines, welcomeMessage } from "../../libs/getResponses";
5-
import { getSaying } from "../../libs/getSaying";
65
import { blessedConfig } from "./blessedConfig";
76
import { DashboardSize } from "./dashboardHandlers";
87

@@ -206,12 +205,8 @@ export const generateDashboardOutput: (
206205
response = removeUnneededLines(response);
207206
response += "\n";
208207

209-
response += getSaying() + "\n";
210-
response += lines.WNrepoLink + "\n\n";
211208
response += lines.BMCLink + "\n";
212209
response += lines.sponsorMessage + "\n";
213-
response += lines.twitterPlug;
214-
response += lines.handleHashtag.join(" ") + "\n";
215210

216211
return response;
217212
};

0 commit comments

Comments
 (0)