From 4087c28bd4a16f3e2a3630b353a4d433bbcbbb25 Mon Sep 17 00:00:00 2001 From: Grant Forrest Date: Fri, 3 May 2024 12:41:03 -0400 Subject: [PATCH] clean up some old urls --- apps/gnocchi/web/index.html | 79 ++++++++++--------- apps/gnocchi/web/src/App.tsx | 2 +- .../web/src/components/menu/BugButton.tsx | 14 ++-- .../recipes/savePrompt/RecipeSavePrompt.tsx | 2 +- apps/gnocchi/web/src/service-worker.ts | 4 +- 5 files changed, 52 insertions(+), 49 deletions(-) diff --git a/apps/gnocchi/web/index.html b/apps/gnocchi/web/index.html index 4187343a..c404fee6 100644 --- a/apps/gnocchi/web/index.html +++ b/apps/gnocchi/web/index.html @@ -1,43 +1,46 @@ - - - Gnocchi - - - - - - - - - - - - - - - + + + Gnocchi + + + + + + + + + + + + + + + - - - - - - - + + + + + + + - -
- - + +
+ + diff --git a/apps/gnocchi/web/src/App.tsx b/apps/gnocchi/web/src/App.tsx index 7711910f..f7f9399f 100644 --- a/apps/gnocchi/web/src/App.tsx +++ b/apps/gnocchi/web/src/App.tsx @@ -70,7 +70,7 @@ function ErrorFallback() {

Sorry about this. The app has crashed. You can try refreshing, but if that doesn't work,{' '} - + let me know about it.

diff --git a/apps/gnocchi/web/src/components/menu/BugButton.tsx b/apps/gnocchi/web/src/components/menu/BugButton.tsx index f258bbcc..3f56efef 100644 --- a/apps/gnocchi/web/src/components/menu/BugButton.tsx +++ b/apps/gnocchi/web/src/components/menu/BugButton.tsx @@ -3,11 +3,11 @@ import { Button, ButtonProps } from '@a-type/ui/components/button'; export interface BugButtonProps extends ButtonProps {} export function BugButton(props: BugButtonProps) { - return ( - - - - ); + return ( + + + + ); } diff --git a/apps/gnocchi/web/src/components/recipes/savePrompt/RecipeSavePrompt.tsx b/apps/gnocchi/web/src/components/recipes/savePrompt/RecipeSavePrompt.tsx index 1e72e370..857a8cd4 100644 --- a/apps/gnocchi/web/src/components/recipes/savePrompt/RecipeSavePrompt.tsx +++ b/apps/gnocchi/web/src/components/recipes/savePrompt/RecipeSavePrompt.tsx @@ -86,7 +86,7 @@ export function RecipeSavePrompt({}: RecipeSavePromptProps) { onboarding={saveHubRecipeOnboarding} step="save" > -

Welcome to Gnocchi.club!

+

Welcome to Gnocchi!

You're about to save a copy of a recipe to your collection. Press the Save button to get started. diff --git a/apps/gnocchi/web/src/service-worker.ts b/apps/gnocchi/web/src/service-worker.ts index 9fadeff8..b82f78b1 100644 --- a/apps/gnocchi/web/src/service-worker.ts +++ b/apps/gnocchi/web/src/service-worker.ts @@ -167,8 +167,8 @@ self.addEventListener('push', (event) => { const commonOptions = { tag: 'list-change', - icon: 'https://gnocchi.club/android-chrome-192x192.png', - badge: 'https://gnocchi.club/badge.png', + icon: 'https://gnocchi.biscuits.club/android-chrome-192x192.png', + badge: 'https://gnocchi.biscuits.club/badge.png', }; if (!currentNotification) {