fix(hardcoded data)

This commit is contained in:
Daniel Klein 2024-09-20 14:25:55 +02:00
parent 9e5bd2e299
commit 9ee0538a7f
3 changed files with 1994 additions and 1993 deletions

View file

@ -75,7 +75,7 @@ defineProps<{
Assets used Assets used
</h3> </h3>
<p leading="20px lg:24px"> <p leading="20px lg:24px">
ETH, DAI, USDC, FRAX {{ project.assets_used?.map((a) => a.toUpperCase()).join(', ') }}
</p> </p>
</div> </div>
<div> <div>
@ -87,7 +87,7 @@ defineProps<{
Native token Native token
</h3> </h3>
<p leading="20px lg:24px"> <p leading="20px lg:24px">
SCRT {{ project.tokens?.length ? project.tokens[0]?.name : 'N/A' }}
</p> </p>
</div> </div>
<div> <div>
@ -99,7 +99,7 @@ defineProps<{
Project launch day Project launch day
</h3> </h3>
<p leading="20px lg:24px"> <p leading="20px lg:24px">
06/2017 {{ project.product_launch_day || 'N/A'}}
</p> </p>
</div> </div>
</div> </div>

View file

@ -124,6 +124,7 @@ watch([scrollY, top, y], (newValues, oldValues) => {
/> />
</div> </div>
</div> </div>
{{ selectedAssetsUsedId }}
<slot /> <slot />
</div> </div>
</div> </div>

File diff suppressed because it is too large Load diff