This commit is contained in:
BOT Alex 2023-06-03 21:11:57 +02:00
parent e0adfea9c4
commit a00fbe223c
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
<MudDivider />
<MudText Typo="Typo.body1">This role has been temporarly been restricted to alpha testers of the site.</MudText>
</MudPaper>
@for (int i = 1; i < 1000; i++)
@for (int i = 1; i < 500; i++)
{
int temp = i;

View File

@ -126,7 +126,7 @@
List<Post> posts = new List<Post>();
private Random random = new Random();
const bool useFoodImages = true;
const bool useFoodImages = false;
const int numImagesAnime = 399;
const int numImages = 239;
Post GetRandomPost()