diff --git a/pkg/appview/handlers/home.go b/pkg/appview/handlers/home.go
index b5cb53a..d409c82 100644
--- a/pkg/appview/handlers/home.go
+++ b/pkg/appview/handlers/home.go
@@ -31,8 +31,8 @@ func (h *HomeHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
}
db.SetRegistryURL(featuredCards, h.RegistryURL)
- // Fetch recently updated repositories (top 18 by last push - 6 rows)
- recentCards, err := db.GetRepoCards(h.ReadOnlyDB, 18, currentUserDID, db.SortByLastUpdate)
+ // Fetch recently updated repositories (top 24 by last push - 6 rows at 4-col xl)
+ recentCards, err := db.GetRepoCards(h.ReadOnlyDB, 24, currentUserDID, db.SortByLastUpdate)
if err != nil {
log.Printf("Error fetching recent repos: %v", err)
recentCards = []db.RepoCardData{}
diff --git a/pkg/appview/public/icons.svg b/pkg/appview/public/icons.svg
index ea32d1a..2425fb4 100644
--- a/pkg/appview/public/icons.svg
+++ b/pkg/appview/public/icons.svg
@@ -43,6 +43,7 @@
{{ .Display }}
+
+