Skip to content

Commit

Permalink
[Feat] Publish Journey details #104
Browse files Browse the repository at this point in the history
 - edit geo details component refactoring
  • Loading branch information
Ramachandran Nellaiyappan committed Apr 8, 2024
1 parent d809198 commit f10f496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/model/core/journey.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export class Journey {
public journeyDate: string = '',
public category: string = '',
public tags: string[] = [],
public thumbnail: string = 'https://res.cloudinary.com/journeytogether/image/upload/v1712604194/aeqhy3zwrwko7ba2rinr.jpg',
public thumbnail: string = 'https://res.cloudinary.com/journeytogether/image/upload/v1712604194/journey/aeqhy3zwrwko7ba2rinr.jpg',
public location: Geometry | undefined = undefined,
public extendedDetails: JourneyExtendedDetails | undefined = new JourneyExtendedDetails(),
public isPublished: boolean = false
Expand Down

0 comments on commit f10f496

Please sign in to comment.