File tree Expand file tree Collapse file tree
src/main/java/org/terning/message/domain/enums Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,11 +45,11 @@ public static MessageTemplateType from(String template) {
4545 public String getImageUrl () {
4646 return switch (this ) {
4747 case INTERESTED_ANNOUNCEMENT_REMINDER ->
48- "https://your-cdn .com/images/interested_announcement .png" ;
48+ "https://github .com/teamterning/Terning-Banner/blob/main/imageUrl/image_scrap .png" ;
4949 case RECENTLY_POSTED_INTERNSHIP_RECOMMENDATION ->
50- "https://your-cdn .com/images/recently_posted_internship .png" ;
50+ "https://github .com/teamterning/Terning-Banner/blob/main/imageUrl/image_home .png" ;
5151 case TRENDING_INTERNSHIP_ALERT ->
52- "https://your-cdn .com/images/trending_internship .png" ;
52+ "https://github .com/teamterning/Terning-Banner/blob/main/imageUrl/image_search .png" ;
5353 };
5454 }
5555
You can’t perform that action at this time.
0 commit comments