From aacfa870bac224de584de57a6d77baa56b71ec36 Mon Sep 17 00:00:00 2001 From: ekzyis Date: Fri, 3 Jan 2025 22:08:50 +0100 Subject: [PATCH] Restyle zap alert --- components/zap.templ | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/zap.templ b/components/zap.templ index c04fdfa..c602d61 100644 --- a/components/zap.templ +++ b/components/zap.templ @@ -8,13 +8,13 @@ import ( templ Zap(inv *lightning.Invoice) {
-
+
{ inv.Description }
-
{ fmt.Sprintf("%.8s / %s", inv.PaymentHash, humanize(inv.Msats)) }
+
{ fmt.Sprintf("%s", humanize(inv.Msats)) }