Skip to content

Commit

Permalink
Add maintained
Browse files Browse the repository at this point in the history
  • Loading branch information
sweetpea22 committed Jul 7, 2024
1 parent 1de86dd commit 068c2ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/PluginCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ export default function PluginCard({isFeatured, name, description, authors, down
{authors && <p className='text-lg text-gray-50 font-semibold mb-1'>{authors}</p>}
<p className='text-md text-zinc-400'>{downloadsCount} Downloads</p>
</div>
<div className='cursor-pointer mt-1'>
{/* <div className='cursor-pointer mt-1'>
<Button type="pluginDownload" href={downloadUrl}>Download</Button>
</div>
</div> */}
</div>
)}
</div>
Expand Down

0 comments on commit 068c2ea

Please sign in to comment.