feature: Reversed array to show latest entries first

This commit is contained in:
Keith Solomon
2025-05-26 08:30:15 -05:00
parent e0daee72da
commit f62012c13d

View File

@@ -58,6 +58,8 @@ class SiteModel {
throw error;
}
data.reverse(); // Reverse the order to show the most recent sites first
return data;
}