From bb5bbb792aa490a32742295766f1678c4dd36e73 Mon Sep 17 00:00:00 2001 From: Khoa Huynh Tran Dang Date: Tue, 14 Dec 2021 23:30:23 +0700 Subject: [PATCH] update description --- src/configs/client.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/configs/client.js b/src/configs/client.js index 0dfd612..111aed7 100644 --- a/src/configs/client.js +++ b/src/configs/client.js @@ -1,4 +1,5 @@ -const description = 'The best react universal starter boilerplate in the world.'; +const description = + '🔥 ⚛️ A React boilerplate for a universal web app with a highly scalable, offline-first foundation and our focus on performance and best practices.'; const appConfig = { baseUrl: process.env.REACT_APP_BASE_URL || 'http://localhost:9090/api/',