Skip to content

Commit 28a61cc

Browse files
committed
fix: date info
1 parent b2cc7e1 commit 28a61cc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

angular-hub/src/app/pages/callforpapers/index.page.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,12 @@ import { DividerModule } from 'primeng/divider';
4040
/>
4141
<div>
4242
<dl>
43-
<dt><i class="pi pi-calendar-clock"></i> Start date</dt>
43+
<dt><i class="pi pi-calendar-clock"></i> Date</dt>
4444
<dd class="ml-5 opacity-65">{{ event.date }}</dd>
45+
<!--
4546
<dt><i class="pi pi-calendar-clock"></i> End date</dt>
4647
<dd class="ml-5 opacity-65">{{ event.date }}</dd>
48+
-->
4749
<dt><i class="pi pi-map-marker"></i> Location</dt>
4850
<dd class="ml-5 opacity-65">
4951
{{ event.location ?? 'Online' }}

0 commit comments

Comments
 (0)