Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
chore: some update on the pos side (#528)
Browse files Browse the repository at this point in the history
Co-authored-by: Nicolas Burtey <[email protected]>
  • Loading branch information
nicolasburtey and Nicolas Burtey authored Jul 30, 2023
1 parent 511027d commit ae32ebc
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 16 deletions.
8 changes: 0 additions & 8 deletions components/Layouts/AppLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,14 +133,6 @@ const AppLayout = ({ children, username }: Props) => {
<main className={`${openSideBar && styles.main_bg} ${styles.main}`}>
{children}
<div className={styles.footer}>
<div className={styles.footer_text}>
<p>
Bitcoin Beach Wallet is being renamed to Blink. Learn more:{" "}
<a href={`https://${URL_HOST_DOMAIN}`} target="_blank" rel="noreferrer">
{URL_HOST_DOMAIN}
</a>
</p>
</div>
<a href="https://galoy.io" target="_blank" rel="noreferrer">
<span>Powered by</span>
<Image
Expand Down
4 changes: 2 additions & 2 deletions config/config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const USD_INVOICE_EXPIRE_INTERVAL = 60 * 5
export const MAX_INPUT_VALUE_LENGTH = 14
export const CASH_REGISTER_DESCRIPTION = "Bitcoin Beach (Blink) POS Cash Register"
export const APP_DESCRIPTION = "Bitcoin Beach (Blink) official lightning network node"
export const CASH_REGISTER_DESCRIPTION = "Blink POS Cash Register"
export const APP_DESCRIPTION = "Blink official lightning network node"
export const URL_HOST_DOMAIN = "blink.sv"
2 changes: 1 addition & 1 deletion pages/download.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function DownloadApp() {
return (
<Container>
<br />
<h3>Download the Bitcoin Beach Wallet</h3>
<h3>Download the Blink Wallet</h3>
<br />
<Row>
<Col>
Expand Down
4 changes: 2 additions & 2 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function Home() {
<br />
<Row>
<Col>
<h2>Connect to the Bitcoin Beach Lightning Node</h2>
<h2>Connect to the Blink Node</h2>
<br />
<Jumbotron>
<Container>
Expand All @@ -75,7 +75,7 @@ function Home() {
"Loading..."
) : (
<a href={nodeUrl + `${data.globals.nodesIds[0]}`}>
Connect the Bitcoin Beach Lightning node
Connect the Blink node
</a>
)}
</ListGroup.Item>
Expand Down
6 changes: 3 additions & 3 deletions pages/setuppwa/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ const SetupPwa = () => {
autoComplete="off"
onSubmit={(event: React.FormEvent<HTMLFormElement>) => handleSubmit(event)}
>
<h4>Welcome to Bitcoin Beach POS application.</h4>
<h4>Welcome to Blink POS application.</h4>
<label htmlFor="username">
To use the app, enter the bitcoin beach username you would like to receive
payments for.
To use the app, enter the Blink username you would like to receive payments
for.
</label>
<input
type="text"
Expand Down

0 comments on commit ae32ebc

Please sign in to comment.