From ae32ebc596452240afe667cc727fb56d3555b4d1 Mon Sep 17 00:00:00 2001 From: nicolasburtey Date: Sun, 30 Jul 2023 12:26:02 +0100 Subject: [PATCH] chore: some update on the pos side (#528) Co-authored-by: Nicolas Burtey --- components/Layouts/AppLayout.tsx | 8 -------- config/config.ts | 4 ++-- pages/download.tsx | 2 +- pages/index.tsx | 4 ++-- pages/setuppwa/index.tsx | 6 +++--- 5 files changed, 8 insertions(+), 16 deletions(-) diff --git a/components/Layouts/AppLayout.tsx b/components/Layouts/AppLayout.tsx index 01609302..aea0a524 100644 --- a/components/Layouts/AppLayout.tsx +++ b/components/Layouts/AppLayout.tsx @@ -133,14 +133,6 @@ const AppLayout = ({ children, username }: Props) => {
{children}
-
-

- Bitcoin Beach Wallet is being renamed to Blink. Learn more:{" "} - - {URL_HOST_DOMAIN} - -

-
Powered by
-

Download the Bitcoin Beach Wallet

+

Download the Blink Wallet


diff --git a/pages/index.tsx b/pages/index.tsx index 848e12f4..fdf38132 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -49,7 +49,7 @@ function Home() {
-

Connect to the Bitcoin Beach Lightning Node

+

Connect to the Blink Node


@@ -75,7 +75,7 @@ function Home() { "Loading..." ) : (
- Connect the Bitcoin Beach Lightning node + Connect the Blink node )} diff --git a/pages/setuppwa/index.tsx b/pages/setuppwa/index.tsx index 46500336..8fa2c3cf 100644 --- a/pages/setuppwa/index.tsx +++ b/pages/setuppwa/index.tsx @@ -52,10 +52,10 @@ const SetupPwa = () => { autoComplete="off" onSubmit={(event: React.FormEvent) => handleSubmit(event)} > -

Welcome to Bitcoin Beach POS application.

+

Welcome to Blink POS application.