mirror of
https://github.com/block-core/angor-hub-old.git
synced 2026-02-23 02:44:20 +01:00
Add countdown timer component to explore template for project timing display
This commit is contained in:
@@ -141,6 +141,11 @@
|
||||
<hr class="my-6 w-full border-t" />
|
||||
|
||||
<!-- projectDetails -->
|
||||
<countdown-timer
|
||||
[startDate]="project.startDate"
|
||||
[expiryDate]="project.expiryDate"
|
||||
class="mb-4">
|
||||
</countdown-timer>
|
||||
<div class="grid grid-cols-2 gap-4">
|
||||
<div class="flex flex-col">
|
||||
<span class="text-sm text-gray-500">Target Amount</span>
|
||||
|
||||
Reference in New Issue
Block a user