diff --git a/src/core/popup/PopupService.ts b/src/core/popup/PopupService.ts index a3ca172a..7b302042 100644 --- a/src/core/popup/PopupService.ts +++ b/src/core/popup/PopupService.ts @@ -2,6 +2,12 @@ import User from '@app/core/user/model/User'; export async function getPopups(user: User, osType?: string, osVersion?: string, appType?: string, appVersion?: string) { return { - content: [], + content: [ + { + "key": "new-service-custom-theme", + "image_url": "https://snutt-asset.s3.ap-northeast-2.amazonaws.com/popup-images/theme_popup2.png", + "hidden_days": 1, + }, + ], }; }