We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2cc7e1 commit 28a61ccCopy full SHA for 28a61cc
angular-hub/src/app/pages/callforpapers/index.page.ts
@@ -40,10 +40,12 @@ import { DividerModule } from 'primeng/divider';
40
/>
41
<div>
42
<dl>
43
- <dt><i class="pi pi-calendar-clock"></i> Start date</dt>
+ <dt><i class="pi pi-calendar-clock"></i> Date</dt>
44
<dd class="ml-5 opacity-65">{{ event.date }}</dd>
45
+ <!--
46
<dt><i class="pi pi-calendar-clock"></i> End date</dt>
47
48
+ -->
49
<dt><i class="pi pi-map-marker"></i> Location</dt>
50
<dd class="ml-5 opacity-65">
51
{{ event.location ?? 'Online' }}
0 commit comments