From d1b48f0bd730e8c68b48ff04b3b28a18927c04e2 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 29 Nov 2021 11:13:05 +0000 Subject: [PATCH] CSS: Replace all text-* with link-* Signed-off-by: Michael Tremer --- src/templates/auth/activated.html | 2 +- src/templates/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/templates/auth/activated.html b/src/templates/auth/activated.html index ed6da213..70b8c926 100644 --- a/src/templates/auth/activated.html +++ b/src/templates/auth/activated.html @@ -15,7 +15,7 @@ {{ _("Donate Now") }} - + {{ _("No thanks, I have already donated") }} diff --git a/src/templates/index.html b/src/templates/index.html index 001d2d98..81bb0eb5 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -17,7 +17,7 @@ {% if latest_release.blog %}   - + {{ _("Get It Now") }} {% end %} -- 2.47.3