From 049c5f400daf4ea55b5d42e11b5b75d1d37f8ab4 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Thu, 14 Mar 2024 13:41:20 +0100 Subject: [PATCH] text --- client/src/proxmark3.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/proxmark3.c b/client/src/proxmark3.c index a5ab3956e..d31f8f85e 100644 --- a/client/src/proxmark3.c +++ b/client/src/proxmark3.c @@ -233,9 +233,9 @@ static void showBanner(void) { #endif PrintAndLogEx(NORMAL, ""); - PrintAndLogEx(NORMAL, "%s!", get_quote()); - PrintAndLogEx(NORMAL, " Patreon - https://www.patreon.com/iceman1001/"); - PrintAndLogEx(NORMAL, " Paypal - https://www.paypal.me/iceman1001"); + PrintAndLogEx(NORMAL, " [ " _YELLOW_("%s!")" ]", get_quote()); + PrintAndLogEx(NORMAL, " Patreon - https://www.patreon.com/iceman1001/"); + PrintAndLogEx(NORMAL, " Paypal - https://www.paypal.me/iceman1001/"); PrintAndLogEx(NORMAL, ""); // PrintAndLogEx(NORMAL, " Monero"); // PrintAndLogEx(NORMAL, " 43mNJLpgBVaTvyZmX9ajcohpvVkaRy1kbZPm8tqAb7itZgfuYecgkRF36rXrKFUkwEGeZedPsASRxgv4HPBHvJwyJdyvQuP");