Monorepo for Tangled
0

Configure Feed

Select the types of activity you want to include in your feed.

appview/pages: heading elements are in descending order

Signed-off-by: Jens Rømer Hesselbjerg <jh.roemer@gmail.com>

authored by

Jens Rømer Hesselbjerg and committed by
Tangled
(Jul 6, 2026, 2:12 AM +0300) 1628cdf7 76299b87

+3 -3
+3 -3
appview/pages/templates/timeline/home.html
··· 343 343 <div class="{{ $cardInnerStyle }}"> 344 344 {{ $moreLink := "https://docs.tangled.org/quick-start-guide.html#login-or-sign-up" }} 345 345 <div class="{{ $contentStyle }}"> 346 - <h3 class="{{ $titleStyle }}">Built on AT Protocol</h3> 346 + <h2 class="{{ $titleStyle }}">Built on AT Protocol</h2> 347 347 <p class="{{ $descriptionStyle }}"> 348 348 <a class="underline" href="https://atproto.com/">AT Protocol</a> enables federated code-collaboration. Submit 349 349 pull-requests or bug-reports to any repository hosted on any ··· 377 377 <div class="{{ $cardInnerStyle }}"> 378 378 {{ $moreLink := "https://tangled.org/core" }} 379 379 <div class="{{ $contentStyle }}"> 380 - <h3 class="{{ $titleStyle }}">Free and open source</h3> 380 + <h2 class="{{ $titleStyle }}">Free and open source</h2> 381 381 <p class="{{ $descriptionStyle }}"> 382 382 All of Tangled is open source and built with the community! 383 383 Check out the <a class="underline" href="https://tangled.org/core">monorepo</a> and join in on the fun. ··· 410 410 <div class="{{ $cardInnerStyle }}"> 411 411 {{ $moreLink := "/timeline" }} 412 412 <div class="{{ $contentStyle }}"> 413 - <h3 class="{{ $titleStyle }}">Social coding is back</h3> 413 + <h2 class="{{ $titleStyle }}">Social coding is back</h2> 414 414 <p class="{{ $descriptionStyle }}"> 415 415 Discover trending projects, follow your friends and star your favourite repositories. Coding is better together! 416 416 </p>