Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ public static MessageTemplateType from(String template) {
public String getImageUrl() {
return switch (this) {
case INTERESTED_ANNOUNCEMENT_REMINDER ->
"https://your-cdn.com/images/interested_announcement.png";
"https://github.com/teamterning/Terning-Banner/blob/main/imageUrl/image_scrap.png";
case RECENTLY_POSTED_INTERNSHIP_RECOMMENDATION ->
"https://your-cdn.com/images/recently_posted_internship.png";
"https://github.com/teamterning/Terning-Banner/blob/main/imageUrl/image_home.png";
case TRENDING_INTERNSHIP_ALERT ->
"https://your-cdn.com/images/trending_internship.png";
"https://github.com/teamterning/Terning-Banner/blob/main/imageUrl/image_search.png";
};
}

Expand Down