it's the little things that count
All checks were successful
Build and push / Pulling repo on server (push) Successful in 3s

This commit is contained in:
2023-10-31 10:02:32 +01:00
parent cca9797f4e
commit 9b6e3080c2
2 changed files with 7 additions and 4 deletions

View File

@ -20,7 +20,7 @@ class Tournaments extends Page {
{
$t = new Tournament();
$t->load($tid);
$this->addSubmenuItem($t->data['name'],'/tournaments/event/'.$tid,'fas fa-dog');
$this->addSubmenuItem($t->data['name'],'/tournaments/event/'.$tid,'fas fa-calendar-star');
}
}
}