✨feature: Reversed array to show latest entries first
This commit is contained in:
@@ -58,6 +58,8 @@ class SiteModel {
|
|||||||
throw error;
|
throw error;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
data.reverse(); // Reverse the order to show the most recent sites first
|
||||||
|
|
||||||
return data;
|
return data;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user