Add the item version in the marketplace page.

This commit is contained in:
wearrrrr 2024-07-29 20:07:36 -05:00
parent 977f723614
commit 6754ab22da

View file

@ -21,7 +21,7 @@ export const getStaticPaths = () => {
return (
<div class="marketplace-item" data-slug={slug}>
<img class="marketplace-item-image" src={item.image} alt={`${item.title} Logo`} />
<div class="marketplace-item-title">{item.title}</div>
<div class="marketplace-item-title">{item.title} v{item.version}</div>
<div class="marketplace-item-desc">{item.description}</div>
<button class="marketplace-btn btn-install" data-slug={slug} data-title={item.title}>
Install