diff --git a/src/config/config.ts b/src/config/config.ts index cc2d341be..77725b9e8 100644 --- a/src/config/config.ts +++ b/src/config/config.ts @@ -82,6 +82,8 @@ export const categories = [ `sports`, `economics`, `photography`, + `history`, + `social-justice`, `short-stories`, `others`, ] diff --git a/src/static/images/category/history/dark/icon.webp b/src/static/images/category/history/dark/icon.webp new file mode 100644 index 000000000..be4d409b2 Binary files /dev/null and b/src/static/images/category/history/dark/icon.webp differ diff --git a/src/static/images/category/history/header.webp b/src/static/images/category/history/header.webp new file mode 100644 index 000000000..f7b080bec Binary files /dev/null and b/src/static/images/category/history/header.webp differ diff --git a/src/static/images/category/history/history.webp b/src/static/images/category/history/history.webp new file mode 100644 index 000000000..6483f3d64 Binary files /dev/null and b/src/static/images/category/history/history.webp differ diff --git a/src/static/images/category/history/light/icon.webp b/src/static/images/category/history/light/icon.webp new file mode 100644 index 000000000..be4d409b2 Binary files /dev/null and b/src/static/images/category/history/light/icon.webp differ diff --git a/src/static/images/category/social-justice/dark/icon.webp b/src/static/images/category/social-justice/dark/icon.webp new file mode 100644 index 000000000..e1099121b Binary files /dev/null and b/src/static/images/category/social-justice/dark/icon.webp differ diff --git a/src/static/images/category/social-justice/header.webp b/src/static/images/category/social-justice/header.webp new file mode 100644 index 000000000..99b636871 Binary files /dev/null and b/src/static/images/category/social-justice/header.webp differ diff --git a/src/static/images/category/social-justice/light/icon.webp b/src/static/images/category/social-justice/light/icon.webp new file mode 100644 index 000000000..e1099121b Binary files /dev/null and b/src/static/images/category/social-justice/light/icon.webp differ diff --git a/src/static/images/category/social-justice/social-justice.webp b/src/static/images/category/social-justice/social-justice.webp new file mode 100644 index 000000000..99b636871 Binary files /dev/null and b/src/static/images/category/social-justice/social-justice.webp differ