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
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 4m55s
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user