diff --git a/frontend/src/components/CloseChannelDialogContent.tsx b/frontend/src/components/CloseChannelDialogContent.tsx index 3c995dab..3c7a40b6 100644 --- a/frontend/src/components/CloseChannelDialogContent.tsx +++ b/frontend/src/components/CloseChannelDialogContent.tsx @@ -210,7 +210,7 @@ export function CloseChannelDialogContent({ alias, channel }: Props) { Learn more about closing channels diff --git a/frontend/src/components/MempoolAlert.tsx b/frontend/src/components/MempoolAlert.tsx index 21d145ea..436b52ce 100644 --- a/frontend/src/components/MempoolAlert.tsx +++ b/frontend/src/components/MempoolAlert.tsx @@ -36,7 +36,7 @@ export function MempoolAlert({ className }: { className?: string }) {

Bitcoin transactions may be uneconomical at this time.

Learn more diff --git a/frontend/src/components/PayLightningInvoice.tsx b/frontend/src/components/PayLightningInvoice.tsx index db823ccf..59e71969 100644 --- a/frontend/src/components/PayLightningInvoice.tsx +++ b/frontend/src/components/PayLightningInvoice.tsx @@ -60,7 +60,7 @@ export function PayLightningInvoice({ invoice }: PayLightningInvoiceProps) { Copy Invoice diff --git a/frontend/src/components/RoutingFeeDialogContent.tsx b/frontend/src/components/RoutingFeeDialogContent.tsx index 0869be56..3a7239b4 100644 --- a/frontend/src/components/RoutingFeeDialogContent.tsx +++ b/frontend/src/components/RoutingFeeDialogContent.tsx @@ -89,7 +89,7 @@ export function RoutingFeeDialogContent({ channel }: Props) { }} /> Learn more about routing fees diff --git a/frontend/src/components/channels/ChannelPublicPrivateAlert.tsx b/frontend/src/components/channels/ChannelPublicPrivateAlert.tsx index 596c1556..dca1df7a 100644 --- a/frontend/src/components/channels/ChannelPublicPrivateAlert.tsx +++ b/frontend/src/components/channels/ChannelPublicPrivateAlert.tsx @@ -14,7 +14,7 @@ export function ChannelPublicPrivateAlert() {
diff --git a/frontend/src/components/channels/DuplicateChannelAlert.tsx b/frontend/src/components/channels/DuplicateChannelAlert.tsx index 311513c7..3f97a07c 100644 --- a/frontend/src/components/channels/DuplicateChannelAlert.tsx +++ b/frontend/src/components/channels/DuplicateChannelAlert.tsx @@ -36,7 +36,7 @@ export function DuplicateChannelAlert({ pubkey, name }: PeerAlertProps) { There are other options available rather than opening multiple channels with the same counterparty.{" "} Learn more diff --git a/frontend/src/components/channels/HealthcheckAlert.tsx b/frontend/src/components/channels/HealthcheckAlert.tsx index 6743e798..2eb9fb4a 100644 --- a/frontend/src/components/channels/HealthcheckAlert.tsx +++ b/frontend/src/components/channels/HealthcheckAlert.tsx @@ -79,7 +79,7 @@ export function HealthCheckAlert() { Learn More diff --git a/frontend/src/components/channels/SwapAlert.tsx b/frontend/src/components/channels/SwapAlert.tsx index e38068e3..31af2d21 100644 --- a/frontend/src/components/channels/SwapAlert.tsx +++ b/frontend/src/components/channels/SwapAlert.tsx @@ -36,7 +36,7 @@ export function SwapAlert({ className, minChannels = 2 }: SwapAlertProps) {

Learn more diff --git a/frontend/src/screens/channels/Channels.tsx b/frontend/src/screens/channels/Channels.tsx index 40cb16c3..59f17451 100644 --- a/frontend/src/screens/channels/Channels.tsx +++ b/frontend/src/screens/channels/Channels.tsx @@ -231,7 +231,7 @@ export default function Channels() { - + @@ -552,7 +552,7 @@ export default function Channels() { on-chain balance. Funds from channels that were force closed may take up to 2 weeks to become available.{" "} Learn more diff --git a/frontend/src/screens/channels/CurrentChannelOrder.tsx b/frontend/src/screens/channels/CurrentChannelOrder.tsx index 2a0c1706..9d752779 100644 --- a/frontend/src/screens/channels/CurrentChannelOrder.tsx +++ b/frontend/src/screens/channels/CurrentChannelOrder.tsx @@ -124,7 +124,7 @@ function Success() {

To ensure you can both send and receive, make sure to balance your{" "} channel's liquidity @@ -708,7 +708,7 @@ function PayLightningChannelOrder({ order }: { order: NewChannelOrder }) { Duration - + diff --git a/frontend/src/screens/channels/IncreaseIncomingCapacity.tsx b/frontend/src/screens/channels/IncreaseIncomingCapacity.tsx index 7ca85954..476d9fc1 100644 --- a/frontend/src/screens/channels/IncreaseIncomingCapacity.tsx +++ b/frontend/src/screens/channels/IncreaseIncomingCapacity.tsx @@ -241,7 +241,7 @@ function NewChannelInternal({ the best network connectivity and liquidity to receive payments.{" "} Learn more @@ -271,7 +271,7 @@ function NewChannelInternal({ For a smooth experience consider a opening a channel of 200k sats in size or more.{" "} Learn more @@ -405,7 +405,7 @@ function NewChannelInternal({ Not recommended for most users.{" "} Learn more diff --git a/frontend/src/screens/channels/IncreaseOutgoingCapacity.tsx b/frontend/src/screens/channels/IncreaseOutgoingCapacity.tsx index b98d78b3..570dbdf2 100644 --- a/frontend/src/screens/channels/IncreaseOutgoingCapacity.tsx +++ b/frontend/src/screens/channels/IncreaseOutgoingCapacity.tsx @@ -214,7 +214,7 @@ function NewChannelInternal({ network }: { network: Network }) { will stay open.{" "} Learn more @@ -248,7 +248,7 @@ function NewChannelInternal({ network }: { network: Network }) { For a smooth experience consider a opening a channel of 200k sats in size or more.{" "} Learn more @@ -383,7 +383,7 @@ function NewChannelInternal({ network }: { network: Network }) { Not recommended for most users.{" "} Learn more diff --git a/frontend/src/screens/channels/auto/AutoChannel.tsx b/frontend/src/screens/channels/auto/AutoChannel.tsx index 94dfc7fd..c96c1dba 100644 --- a/frontend/src/screens/channels/auto/AutoChannel.tsx +++ b/frontend/src/screens/channels/auto/AutoChannel.tsx @@ -160,7 +160,7 @@ export function AutoChannel() { payments.{" "} Learn more @@ -185,7 +185,7 @@ export function AutoChannel() { Not recommended for most users.{" "} Learn more diff --git a/frontend/src/screens/channels/auto/OpenedAutoChannel.tsx b/frontend/src/screens/channels/auto/OpenedAutoChannel.tsx index c71235de..835b51da 100644 --- a/frontend/src/screens/channels/auto/OpenedAutoChannel.tsx +++ b/frontend/src/screens/channels/auto/OpenedAutoChannel.tsx @@ -18,7 +18,7 @@ export function OpenedAutoChannel() {

To ensure you can both send and receive, make sure to balance your{" "} channel's liquidity diff --git a/frontend/src/screens/channels/first/FirstChannel.tsx b/frontend/src/screens/channels/first/FirstChannel.tsx index d735e163..849057e2 100644 --- a/frontend/src/screens/channels/first/FirstChannel.tsx +++ b/frontend/src/screens/channels/first/FirstChannel.tsx @@ -120,7 +120,7 @@ export function FirstChannel() { Duration - + @@ -183,7 +183,7 @@ export function FirstChannel() { credits. {" "} @@ -212,7 +212,7 @@ export function FirstChannel() { payments.{" "} Learn more @@ -238,7 +238,7 @@ export function FirstChannel() { Not recommended for most users.{" "} Learn more diff --git a/frontend/src/screens/channels/first/OpenedFirstChannel.tsx b/frontend/src/screens/channels/first/OpenedFirstChannel.tsx index ab0e7bb3..92492020 100644 --- a/frontend/src/screens/channels/first/OpenedFirstChannel.tsx +++ b/frontend/src/screens/channels/first/OpenedFirstChannel.tsx @@ -18,7 +18,7 @@ export function OpenedFirstChannel() {

To ensure you can both send and receive, make sure to balance your{" "} channel's liquidity diff --git a/frontend/src/screens/settings/Backup.tsx b/frontend/src/screens/settings/Backup.tsx index e0b8ba7a..c0241391 100644 --- a/frontend/src/screens/settings/Backup.tsx +++ b/frontend/src/screens/settings/Backup.tsx @@ -85,7 +85,7 @@ export default function Backup() { please use the migration tool.{" "} manual backups guide diff --git a/frontend/src/screens/setup/SetupSecurity.tsx b/frontend/src/screens/setup/SetupSecurity.tsx index 1cecc921..a9670015 100644 --- a/frontend/src/screens/setup/SetupSecurity.tsx +++ b/frontend/src/screens/setup/SetupSecurity.tsx @@ -98,7 +98,7 @@ export function SetupSecurity() { )}

Learn more about backups and recovery process on{" "} diff --git a/frontend/src/screens/subwallets/NewSubwallet.tsx b/frontend/src/screens/subwallets/NewSubwallet.tsx index 73b02c96..a19b2e36 100644 --- a/frontend/src/screens/subwallets/NewSubwallet.tsx +++ b/frontend/src/screens/subwallets/NewSubwallet.tsx @@ -87,7 +87,7 @@ export function NewSubwallet() { title="Create Sub-wallet" contentRight={ <> - + - + diff --git a/frontend/src/screens/subwallets/SubwalletList.tsx b/frontend/src/screens/subwallets/SubwalletList.tsx index b887fece..a80d5999 100644 --- a/frontend/src/screens/subwallets/SubwalletList.tsx +++ b/frontend/src/screens/subwallets/SubwalletList.tsx @@ -68,7 +68,7 @@ export function SubwalletList() { description="Create sub-wallets for yourself, friends, family or coworkers" contentRight={ <> - + diff --git a/scripts/pi-aarch64/README.md b/scripts/pi-aarch64/README.md index 3fa06c58..56d47f18 100644 --- a/scripts/pi-aarch64/README.md +++ b/scripts/pi-aarch64/README.md @@ -3,7 +3,7 @@ This install scripts will help you installing Alby Hub on a Raspberry Pi with Raspberry Pi OS (previously called Raspbian). You should have some basic Linux understanding to install and operate it. -Have a look at our [installation guide](https://guides.getalby.com/user-guide/v/alby-account-and-browser-extension/alby-hub/alby-hub-flavors/raspberry-pi-zero) for more details and inspiration. +Have a look at our [installation guide](https://github.com/getAlby/hub/tree/master/scripts/pi-arm) for more details and inspiration. SSH into your Pi and run: ```shell diff --git a/scripts/pi-arm/README.md b/scripts/pi-arm/README.md index ca10acbd..10f5387a 100644 --- a/scripts/pi-arm/README.md +++ b/scripts/pi-arm/README.md @@ -3,7 +3,7 @@ This install scripts will help you installing Alby Hub on a Raspberry Pi with Raspberry Pi OS (previously called Raspbian). You should have some basic Linux understanding to install and operate it. -Have a look at our [installation guide](https://guides.getalby.com/user-guide/v/alby-account-and-browser-extension/alby-hub/alby-hub-flavors/raspberry-pi-zero) for more details and inspiration. +Have a look at our [installation guide](https://github.com/getAlby/hub/tree/master/scripts/pi-arm) for more details and inspiration. SSH into your Pi and run: ```shell