Skip to content

Commit dd2f36d

Browse files
authored
スポンサープランを追加する(video, media) (#110)
* + { plan: 'video', name: 'VIDEO' } * + { plan: 'media', name: 'MEDIA' }
1 parent 185f607 commit dd2f36d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/TheSponsorListSection.vue

+3-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,9 @@ export default class TheSponsorListSection extends Vue {
139139
{ plan: 'commercial', name: '幕間 CM' },
140140
{ plan: 'toast', name: 'カンパイ' },
141141
{ plan: 'lunch', name: 'LUNCH' },
142-
{ plan: 'refreshment', name: 'REFRESHMENT' }
142+
{ plan: 'refreshment', name: 'REFRESHMENT' },
143+
{ plan: 'video', name: 'VIDEO' },
144+
{ plan: 'media', name: 'MEDIA' }
143145
]
144146
145147
@Prop()

0 commit comments

Comments
 (0)