From 7af43579848ea1f5b13e7b115f46c44efbc7ca5a Mon Sep 17 00:00:00 2001
From: oppiliappan
Date: Thu, 2 Jul 2026 11:55:03 +0100
Subject: [PATCH] appview/pages: fix link in microvm announcement
Signed-off-by: oppiliappan
---
appview/pages/templates/timeline/fragments/announcements.html | 2 +-
appview/pages/templates/timeline/fragments/trending.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/appview/pages/templates/timeline/fragments/announcements.html b/appview/pages/templates/timeline/fragments/announcements.html
index 2e697d87..4e6d41c3 100644
--- a/appview/pages/templates/timeline/fragments/announcements.html
+++ b/appview/pages/templates/timeline/fragments/announcements.html
@@ -37,7 +37,7 @@
diff --git a/appview/pages/templates/timeline/fragments/trending.html b/appview/pages/templates/timeline/fragments/trending.html
index ffe81b69..f6a02eef 100644
--- a/appview/pages/templates/timeline/fragments/trending.html
+++ b/appview/pages/templates/timeline/fragments/trending.html
@@ -37,7 +37,7 @@
{{ end }}
- {{ $repoOwner }}/{{ .Name }}
+ {{ $repoOwner }}/{{ .Name }}
{{ with .Description }}
{{ . | description }}
{{ end }}
--
2.51.2