(feat:sources) matching the figma

This commit is contained in:
ManishMadan2882
2025-08-13 01:35:23 +05:30
parent 3d1fe724e5
commit ec95dafe1e
3 changed files with 50 additions and 30 deletions

View File

@@ -42,7 +42,6 @@ export function formatDate(dateString: string): string {
// Format: "Fri, 08 Jul 2025 06:00:00 GMT"
const dateTime = new Date(dateString);
return dateTime.toLocaleDateString('en-US', {
weekday: 'short',
month: 'short',
day: 'numeric',
year: 'numeric',