diff --git a/src/JobsMedical.Web/Pages/Index.cshtml.cs b/src/JobsMedical.Web/Pages/Index.cshtml.cs index 6aac4f9..31adffc 100644 --- a/src/JobsMedical.Web/Pages/Index.cshtml.cs +++ b/src/JobsMedical.Web/Pages/Index.cshtml.cs @@ -52,7 +52,7 @@ public class IndexModel : PageModel .Where(t => t.Status == ShiftStatus.Open && t.CreatedAt >= JobsMedical.Web.Services.Scraping.ListingPolicy.TalentCutoffUtc) .OrderByDescending(t => t.CreatedAt) - .Take(3) + .Take(6) // two rows of the grid-3 «آماده به کار» section .ToListAsync(); Cities = await _db.Cities.Where(c => c.IsActive).OrderBy(c => c.Name).ToListAsync();