Monorepo for Tangled
0

Configure Feed

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

appview/pages: fix link in microvm announcement

Signed-off-by: oppiliappan <me@oppi.li>

authored by

oppiliappan and committed by
Anirudh Oppiliappan
(Jul 3, 2026, 3:49 PM +0530) cc7a9dcf 4fd3c25c

+2 -2
+1 -1
appview/pages/templates/timeline/fragments/announcements.html
··· 37 37 </p> 38 38 </div> 39 39 <div class="mt-3"> 40 - <a class="no-underline inline-flex items-center gap-1 text-sm font-medium text-orange-600 dark:text-orange-100 hover:text-orange-800 dark:hover:text-orange-100 hover:underline" href="https://docs.tangled.org/spindle/microvm"> 40 + <a class="no-underline inline-flex items-center gap-1 text-sm font-medium text-orange-600 dark:text-orange-100 hover:text-orange-800 dark:hover:text-orange-100 hover:underline" href="https://blog.tangled.org/spindle-microvm/"> 41 41 Read more {{ i "arrow-right" "size-4" }} 42 42 </a> 43 43 </div>
+1 -1
appview/pages/templates/timeline/fragments/trending.html
··· 37 37 {{ end }} 38 38 </div> 39 39 <div class="min-w-0"> 40 - <span class="text-sm font-medium dark:text-white truncate block">{{ $repoOwner }}/{{ .Name }}</span> 40 + <span class="text-base md:text-sm font-medium dark:text-white truncate block">{{ $repoOwner }}/{{ .Name }}</span> 41 41 {{ with .Description }} 42 42 <span class="text-sm text-gray-500 dark:text-gray-400 truncate line-clamp-1 block">{{ . | description }}</span> 43 43 {{ end }}