From b3405ca0f8e19a43d7bb23b4f9ffa19cc1edac36 Mon Sep 17 00:00:00 2001
From: Anurat Eiamphoklarp <rhymerealm@gmail.com>
Date: Tue, 12 Mar 2024 00:35:56 +0700
Subject: [PATCH] #52 remove preface chapter from constants

---
 src/constants/chapterColorCode.js | 1 -
 src/constants/chapters.js         | 3 ---
 2 files changed, 4 deletions(-)

diff --git a/src/constants/chapterColorCode.js b/src/constants/chapterColorCode.js
index 7a4fc09..c127309 100644
--- a/src/constants/chapterColorCode.js
+++ b/src/constants/chapterColorCode.js
@@ -1,6 +1,5 @@
 const chapterColorCode = {
     "ทั้งหมด": "#FFFFFF",
-    "คำปรารภ": "#93785F",
     "บทเฉพาะกาล": "#FF5151",
     "บททั่วไป": "#FFD600",
     "พระมหากษัตริย์": "#4182FF",
diff --git a/src/constants/chapters.js b/src/constants/chapters.js
index 13ffc7b..b657975 100644
--- a/src/constants/chapters.js
+++ b/src/constants/chapters.js
@@ -1,5 +1,4 @@
 const chapters = [
-    "คำปรารภ",
     "บทเฉพาะกาล",
     "บททั่วไป",
     "พระมหากษัตริย์",
@@ -22,7 +21,6 @@ const chapters = [
 // Used for data query
 export const chapterNameToId = {
     "บทเฉพาะกาล": "บทเฉพาะกาล",
-    "คำปรารภ": "0",
     "บททั่วไป": "1",
     "พระมหากษัตริย์": "2",
     "สิทธิและเสรีภาพของปวงชนชาวไทย": "3",
@@ -44,7 +42,6 @@ export const chapterNameToId = {
 // Used for data query
 export const chapterIdToName = {
     "บทเฉพาะกาล": "บทเฉพาะกาล",
-    "คำปรารภ": "คำปรารภ",
     "1": "บททั่วไป",
     "2": "พระมหากษัตริย์",
     "3": "สิทธิและเสรีภาพของปวงชนชาวไทย",