File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -159,10 +159,8 @@ const personalSponsorInfo: PersonalSponsorInfo = {
159
159
<SponsorList v-bind =" bronzeSponsors" />
160
160
<SponsorList v-bind =" specialNamingRightSponsors" />
161
161
<SponsorList v-bind =" namingRightSponsors" />
162
- <div class =" sponsor-list-layout-separate" >
163
- <SponsorList v-bind =" specialLunchSponsors" />
164
- <SponsorList v-bind =" lunchSponsors" />
165
- </div >
162
+ <SponsorList v-bind =" specialLunchSponsors" />
163
+ <SponsorList v-bind =" lunchSponsors" />
166
164
<div class =" sponsor-list-layout-separate" >
167
165
<SponsorList v-bind =" afterPartySponsors" />
168
166
<SponsorList v-bind =" nameCardSponsors" />
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ export default defineEventHandler(async (event) => {
105
105
}
106
106
107
107
const specialLunchSponsors : SponsorInfo = {
108
- type : 'option-separate ' ,
108
+ type : 'option' ,
109
109
title : 'special_lunch' ,
110
110
list : sponsors
111
111
. filter ( ( s : Sponsor ) => {
@@ -119,7 +119,7 @@ export default defineEventHandler(async (event) => {
119
119
}
120
120
121
121
const lunchSponsors : SponsorInfo = {
122
- type : 'option-separate ' ,
122
+ type : 'option' ,
123
123
title : 'lunch' ,
124
124
list : sponsors
125
125
. filter ( ( s : Sponsor ) => {
You can’t perform that action at this time.
0 commit comments