From 9a5d4ffb2decd7fd043415c1f86569983574a0b4 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Thu, 21 Mar 2024 14:12:31 -0400 Subject: [PATCH] feat: rename 'world' category to 'uncategorized' --- src/categories/data.js | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/categories/data.js b/src/categories/data.js index 4ce80b496f..6d10a23023 100644 --- a/src/categories/data.js +++ b/src/categories/data.js @@ -15,12 +15,13 @@ const intFields = [ const worldCategory = { cid: -1, - name: 'World', - description: '[[error:invalid-data]]', - descriptionParsed: 'what', + name: 'Uncategorized', + description: 'tbd', + descriptionParsed: 'tbd', icon: 'fa-globe', - bgColor: '#0000ff', - color: '#ffffff', + imageClass: 'cover', + bgColor: '#eee', + color: '#333', slug: '../world', parentCid: 0, disabled: 0, // todo