Add the item version in the marketplace page.
This commit is contained in:
parent
977f723614
commit
6754ab22da
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue