Skip to content

Commit

Permalink
fix: update gonjiam slopes id
Browse files Browse the repository at this point in the history
  • Loading branch information
Najeong-Kim committed Nov 29, 2024
1 parent 4ee64e3 commit a1999b6
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions src/entities/slope/model/resorts/gonjiam.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,45 +17,45 @@ export const GONJIAM: ResortConstant = {
MapComponent: GonjiamMap,
slopes: [
{
id: 1,
id: 9,
PathAsset: WhisenSlopPath,
},
{
id: 10,
PathAsset: WhynotSlopPath,
},
{
id: 2,
id: 11,
PathAsset: Gram1SlopPath,
},
{
id: 3,
id: 12,
PathAsset: Gram2SlopPath,
},
{
id: 4,
id: 13,
PathAsset: CNP1SlopPath,
},
{
id: 5,
id: 14,
PathAsset: CNP2SlopPath,
},
{
id: 6,
id: 15,
PathAsset: Thinkyou1SlopPath,
},
{
id: 7,
id: 16,
PathAsset: Thinkyou2SlopPath,
},
{
id: 8,
id: 17,
PathAsset: Thinkyou3SlopPath,
},
{
id: 9,
id: 18,
PathAsset: ThinkyouBridgeSlopPath,
},
{
id: 10,
PathAsset: WhisenSlopPath,
},
],
webcams: [
{
Expand Down

0 comments on commit a1999b6

Please sign in to comment.