Skip to content

Commit 277a3d2

Browse files
Update shop links on website
1 parent a5daba3 commit 277a3d2

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

gh-pages/components/SiteHeader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const navLinks = [
88
{ label: 'FAQs', to: '/faqs' },
99
]
1010
11-
const buyUrl = 'https://shop.lnbits.com/LNbitsbox'
11+
const buyUrl = 'https://shop.lnbits.com/product/lnbitsbox'
1212
</script>
1313

1414
<template>

gh-pages/pages/faqs.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ function toggle(i) {
114114
</h2>
115115
<div class="flex flex-wrap justify-center gap-4">
116116
<a
117-
href="https://shop.lnbits.com/LNbitsbox"
117+
href="https://shop.lnbits.com/product/lnbitsbox"
118118
target="_blank" rel="noopener"
119119
class="inline-flex items-center gap-2.5 bg-ln-pink hover:bg-ln-pink-dim text-white font-mono text-sm uppercase tracking-wider px-8 py-4 rounded-xl transition-colors duration-150 glow-pink"
120120
>

gh-pages/pages/how-it-works.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
Ready in minutes, no experience required.
136136
</p>
137137
<a
138-
href="https://shop.lnbits.com/LNbitsbox"
138+
href="https://shop.lnbits.com/product/lnbitsbox"
139139
target="_blank" rel="noopener"
140140
class="inline-flex items-center gap-2.5 bg-ln-pink hover:bg-ln-pink-dim text-white font-mono text-sm uppercase tracking-wider px-8 py-4 rounded-xl transition-colors duration-150 glow-pink"
141141
>

gh-pages/pages/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<!-- CTAs -->
4040
<div class="flex flex-wrap items-center gap-4 mb-16">
4141
<a
42-
href="https://shop.lnbits.com/LNbitsbox"
42+
href="https://shop.lnbits.com/product/lnbitsbox"
4343
target="_blank" rel="noopener"
4444
class="inline-flex items-center gap-2.5 bg-ln-pink hover:bg-ln-pink-dim text-white font-mono text-sm uppercase tracking-wider px-6 py-3 rounded-xl transition-colors duration-150 glow-pink"
4545
>
@@ -289,7 +289,7 @@
289289
</p>
290290

291291
<a
292-
href="https://shop.lnbits.com/LNbitsbox"
292+
href="https://shop.lnbits.com/product/lnbitsbox"
293293
target="_blank" rel="noopener"
294294
class="inline-flex items-center gap-2.5 bg-ln-pink hover:bg-ln-pink-dim text-white font-mono text-sm uppercase tracking-wider px-8 py-4 rounded-xl transition-colors duration-150 glow-pink"
295295
>

gh-pages/pages/lnbits-for-business.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<div class="flex flex-wrap items-center gap-4">
3232
<a
33-
href="https://shop.lnbits.com/LNbitsbox"
33+
href="https://shop.lnbits.com/product/lnbitsbox"
3434
target="_blank" rel="noopener"
3535
class="inline-flex items-center gap-2.5 bg-ln-pink hover:bg-ln-pink-dim text-white font-mono text-sm uppercase tracking-wider px-6 py-3 rounded-xl transition-colors duration-150 glow-pink"
3636
>
@@ -267,7 +267,7 @@
267267
Run your own <span class="text-ln-pink">Lightning payments</span>
268268
</h2>
269269
<a
270-
href="https://shop.lnbits.com/LNbitsbox"
270+
href="https://shop.lnbits.com/product/lnbitsbox"
271271
target="_blank" rel="noopener"
272272
class="inline-flex items-center gap-2.5 bg-ln-pink hover:bg-ln-pink-dim text-white font-mono text-sm uppercase tracking-wider px-8 py-4 rounded-xl transition-colors duration-150 glow-pink"
273273
>

0 commit comments

Comments
 (0)