File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import blessed from "blessed";
22import contrib from "blessed-contrib" ;
33import { removeANSI } from "../../libs/generateTable" ;
44import { lines , welcomeMessage } from "../../libs/getResponses" ;
5- import { getSaying } from "../../libs/getSaying" ;
65import { blessedConfig } from "./blessedConfig" ;
76import { 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} ;
You can’t perform that action at this time.
0 commit comments