Skip to content

Commit 0a106d7

Browse files
committed
update hash id
1 parent ff73aa8 commit 0a106d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/web/app/components/EventPageSection.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const { panelEventPanelers } = props.data as Panelers
2727
<EventCard id="welcome-vuejs-community" title="welcome-vuejs-community">
2828
<PanelerList :panelers="panelEventPanelers.list['welcome-vuejs-community']" />
2929
</EventCard>
30-
<EventCard title="vuejs-handson">
30+
<EventCard id="handson" title="vuejs-handson">
3131
<EventMultipleAssets :title-list="['vuejs-handson', 'vuejs-handson']" />
3232
</EventCard>
3333
<div class="event-body-column column-2">
@@ -42,7 +42,7 @@ const { panelEventPanelers } = props.data as Panelers
4242
</EventCard>
4343
<EventCard title="sponsor-booth-fotolary" font-class="title-2" padding-class="content-2" />
4444
</div>
45-
<EventCard title="cocktail-bash">
45+
<EventCard id="cocktail-bash" title="cocktail-bash">
4646
<EventMultipleAssets :title-list="['cocktail-bash']" />
4747
</EventCard>
4848
</div>

0 commit comments

Comments
 (0)