Skip to content

Commit

Permalink
add plugin description to modal
Browse files Browse the repository at this point in the history
  • Loading branch information
SrIzan10 committed Apr 27, 2024
1 parent db15c21 commit 71f4a22
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
20 changes: 15 additions & 5 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/components/PluginModal/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export default function PluginModal({ plugin }) {
contentLabel={plugin.name}
>
<h2>{plugin.name} by {parseAuthor(plugin.author)}</h2>
<p>{plugin.description}</p>
<CodeBlock
language="ts"
title="/src/commands/ping.ts"
Expand Down

0 comments on commit 71f4a22

Please sign in to comment.