fix: project detail - project phase data bind

This commit is contained in:
DomWane 2024-10-02 15:08:23 +02:00
parent 747a1d9e12
commit 7d2d9a4292

View file

@ -60,9 +60,12 @@ defineProps<{
h-10px h-10px
w-10px w-10px
rounded-full rounded-full
bg-green :class=" project.project_phase ? 'bg-green' : 'bg-red'"
/><p leading="20px lg:24px"> /><p
Mainnet :class="project.project_phase ? 'text-white' : 'text-app-text-grey'"
leading="20px lg:24px"
>
{{ project.project_phase || 'N/A' }}
</p> </p>
</div> </div>
</div> </div>