Skip to content

Commit

Permalink
change theme
Browse files Browse the repository at this point in the history
  • Loading branch information
haunv3 committed Jan 14, 2025
1 parent bb3daef commit dd6d041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reducer/temporaryConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export interface TemporaryConfigState {

export const initialState: TemporaryConfigState = {
customBanner: true,
event: EVENT_ENUM.christmas
event: EVENT_ENUM.normal
};

export const temporaryConfigSlice = createSlice({
Expand Down

0 comments on commit dd6d041

Please sign in to comment.