Skip to content

Commit e01cde1

Browse files
committed
init
1 parent 601fa3a commit e01cde1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/EventCard.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ defineProps({
1313
:to="{ name: 'EventDetails', params: { id: event.id } }"
1414
>
1515
<div class="event-card">
16+
<h2>{{ event.title }}</h2>
1617
<span>@{{ event.time }} on {{ event.date }}</span>
17-
<h4>{{ event.title }}</h4>
1818
</div>
1919
</router-link>
2020
</template>

0 commit comments

Comments
 (0)