Skip to content

Commit

Permalink
Merge pull request #48 from NUTFes/fix/imaimai/parking-name-count
Browse files Browse the repository at this point in the history
講義棟西の駐車場を削除/講義棟北の上限を100に
  • Loading branch information
RyokiOnodera authored Sep 15, 2023
2 parents 98faddf + b65e6b2 commit 6ae4ff4
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions view/src/constants/parkingNames.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ export const parkings = [
// name: 'electronics',
// limit: 44,
// },
{
nameJP: '講義棟西1',
name: 'lecture_west1',
limit: 48,
},
// {
// nameJP: '講義棟西1',
// name: 'lecture_west1',
// limit: 48,
// },
// {
// nameJP: '講義棟西2',
// name: 'lecture_west2',
Expand All @@ -27,7 +27,8 @@ export const parkings = [
{
nameJP: '講義棟北',
name: 'lecture_north',
limit: 44 + 159, // 講義棟北2, 3の合計
// limit: 44 + 159, // 講義棟北2, 3の合計
limit: 100,
},
]

Expand Down

0 comments on commit 6ae4ff4

Please sign in to comment.