From 150a9080cb0351ba773018d1b2d35ad792e8de32 Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Sun, 10 Nov 2024 17:19:32 +0100 Subject: Update text --- main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.c b/main.c index 955f68d..4264523 100755 --- a/main.c +++ b/main.c @@ -1809,7 +1809,7 @@ static Doc docs[NUM_DOCS] = { }, { .action = ACTION_SELF, .href = "/links/bitcoin", - .text = "Bitcoin (Silent Payments)", + .text = "Bitcoin", }, { .type = TAG_END, }, { @@ -2353,10 +2353,10 @@ static Doc docs[NUM_DOCS] = { [DOC_LINKS_BITCOIN] = { .id = "bitcoin", .id_parent = "links", - .title = "Bitcoin (Silent Payments) - Guattari Tech", + .title = "Bitcoin - Guattari Tech", .content = (Tag[]) { { - .text = "
Bitcoin

" + .text = "
Bitcoin (Silent Payments)

" }, { .type = TAG_CODE, .text = "sp1qqwlec7hn4dd4yfk4w9kwv0zz7js7dnu2245f2z22wrttyme3a07lgqunmfz9lqcpspa70j83yrzf7wejq8ucv7cendc5h4ph8k2hjwmafqran468", -- cgit v1.2.3