Skip to content

Commit

Permalink
Update app name to match repo name
Browse files Browse the repository at this point in the history
I like this name better, as it matches the company I'm building this for, and it's more playful.
  • Loading branch information
futuro committed Sep 3, 2023
1 parent 390c9ce commit 8b2b702
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion functions/api/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
};

Expand Down
2 changes: 1 addition & 1 deletion resources/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>BlockBuster Forever</title>
<title>It's All Gravie</title>
<link rel="stylesheet" href="example.css">
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion src/software/justenough/itsallgravie/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down

0 comments on commit 8b2b702

Please sign in to comment.