chore: simplify lite version badge

This commit is contained in:
JetSprow
2026-04-30 15:29:02 +10:00
parent abaec41ae9
commit c13472e0c5
2 changed files with 3 additions and 5 deletions

View File

@@ -1,7 +1,6 @@
import packageJson from "../../package.json";
export const PRODUCT_NAME = "J-Board Lite";
export const PRODUCT_BASE_NAME = "J-Board";
export const PRODUCT_EDITION = "Lite";
export const PRODUCT_VERSION = packageJson.version;
export const PRODUCT_REPOSITORY_URL = "https://github.com/JetSprow/J-Board";