rename app from "Gifties" to "Giftopia"

This commit is contained in:
2026-03-21 16:27:21 -06:00
parent 688a48a332
commit 43f83031d4
8 changed files with 22 additions and 22 deletions

View File

@@ -6,7 +6,7 @@
export enum AppString {
// This is used in titles and verbiage inside the app.
// There is also an app name without spaces, for packaging in the package.json file used in the manifest.
APP_NAME = "Gifties",
APP_NAME = "Giftopia",
APP_NAME_NO_SPACES = APP_NAME,
PROD_ENDORSER_API_SERVER = "https://api.endorser.ch",