From 8b2b70270864cf684271f845fac4e9d96ed8407f Mon Sep 17 00:00:00 2001 From: Evan Niessen-Derry Date: Sun, 3 Sep 2023 10:47:44 -0500 Subject: [PATCH] Update app name to match repo name I like this name better, as it matches the company I'm building this for, and it's more playful. --- functions/api/search.js | 2 +- resources/public/index.html | 2 +- src/software/justenough/itsallgravie/core.cljs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/functions/api/search.js b/functions/api/search.js index 75b16ee..486cda9 100644 --- a/functions/api/search.js +++ b/functions/api/search.js @@ -33,7 +33,7 @@ export async function onRequest (context) { headers: { "content-type": "application/json;charset=UTF-8", // GiantBomb requires that you set a unique User Agent, or it rejects your request. - "User-Agent": "BlockBuster Forever/1.0" + "User-Agent": "It's All Gravie/1.0" }, }; diff --git a/resources/public/index.html b/resources/public/index.html index 085ac3b..050e97d 100644 --- a/resources/public/index.html +++ b/resources/public/index.html @@ -2,7 +2,7 @@ - BlockBuster Forever + It's All Gravie diff --git a/src/software/justenough/itsallgravie/core.cljs b/src/software/justenough/itsallgravie/core.cljs index 48b8e51..371ef84 100644 --- a/src/software/justenough/itsallgravie/core.cljs +++ b/src/software/justenough/itsallgravie/core.cljs @@ -68,7 +68,7 @@ {:href "/" :color "primary.contrastText" :underline "none"} - "BlockBuster Forever"]] + "It's All Gravie: the game library!"]] [tabs {:value current-page :sx {:color "primary.contrastText"}