From 1628cdf749c97c7bfea9ac2f226275b83e60b0a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20R=C3=B8mer=20Hesselbjerg?= Date: Sun, 5 Jul 2026 16:49:08 +0200 Subject: [PATCH] appview/pages: heading elements are in descending order MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jens Rømer Hesselbjerg --- appview/pages/templates/timeline/home.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appview/pages/templates/timeline/home.html b/appview/pages/templates/timeline/home.html index aa25a5bd..a554f835 100644 --- a/appview/pages/templates/timeline/home.html +++ b/appview/pages/templates/timeline/home.html @@ -343,7 +343,7 @@
{{ $moreLink := "https://docs.tangled.org/quick-start-guide.html#login-or-sign-up" }}
-

Built on AT Protocol

+

Built on AT Protocol

AT Protocol enables federated code-collaboration. Submit pull-requests or bug-reports to any repository hosted on any @@ -377,7 +377,7 @@

{{ $moreLink := "https://tangled.org/core" }}
-

Free and open source

+

Free and open source

All of Tangled is open source and built with the community! Check out the monorepo and join in on the fun. @@ -410,7 +410,7 @@

{{ $moreLink := "/timeline" }}
-

Social coding is back

+

Social coding is back

Discover trending projects, follow your friends and star your favourite repositories. Coding is better together!

-- 2.51.2