Add challengesBackground to site preferences: Update AdminPanel interface to include challengesBackground property for enhanced customization options.
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 4m55s

This commit is contained in:
Julien Froidefond
2025-12-15 21:30:29 +01:00
parent d3a4fa7cf5
commit bee8999362

View File

@@ -13,6 +13,7 @@ interface SitePreferences {
homeBackground: string | null; homeBackground: string | null;
eventsBackground: string | null; eventsBackground: string | null;
leaderboardBackground: string | null; leaderboardBackground: string | null;
challengesBackground: string | null;
} }
interface AdminPanelProps { interface AdminPanelProps {