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/',