Merge pull request #33 from web3privacy/dk/detail-data-fix

fix(hardcoded data)
This commit is contained in:
DanielKlein 2024-09-20 14:28:35 +02:00 committed by GitHub
commit fa5c5c7238
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 1994 additions and 1993 deletions

View file

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

View file

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

File diff suppressed because it is too large Load diff