From 92a289055a83b9ec429ee9b8770ab4990520bd5e Mon Sep 17 00:00:00 2001 From: Vladyslav Zubko Date: Sun, 24 Sep 2023 10:24:19 +0300 Subject: [PATCH 1/2] production: * eat the frog book desc --- db/database.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/database.json b/db/database.json index 033658fc..2da25d4d 100644 --- a/db/database.json +++ b/db/database.json @@ -1539,7 +1539,7 @@ "skillType": "softSkill", "type": "book", "title": "Eat That Frog!: 21 Great Ways to Stop Procrastinating and Get More Done in Less Time (Brian Tracy)", - "desc": "", + "desc": "🐸", "origin": "https://www.amazon.com/Eat-That-Frog-Great-Procrastinating-ebook/dp/B09YH72KMK", "originDesc": "Amazon", "link": "", From 8e0b9f6a833cafe474d0f32c60b25cc4216aac4e Mon Sep 17 00:00:00 2001 From: Vladyslav Zubko Date: Sun, 24 Sep 2023 10:24:34 +0300 Subject: [PATCH 2/2] production: * editor config --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 62df16f6..da07e86b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,5 +8,5 @@ trim_trailing_whitespace = true insert_final_newline = true charset = utf-8 -[Makefile] +[makefile] indent_style = tab