Skip to content

Commit

Permalink
fix(plugins): updated administration support button title (#1205)
Browse files Browse the repository at this point in the history
* fix(plugins): updated administration support button title

Signed-off-by: Yi Cai <[email protected]>

* Updated content for only Plugins tab

Signed-off-by: Yi Cai <[email protected]>

---------

Signed-off-by: Yi Cai <[email protected]>
  • Loading branch information
ciiay authored Feb 13, 2024
1 parent 17257f9 commit 25e7a3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { DynamicPluginsTable } from '../DynamicPluginsTable/DynamicPluginsTable'
export const DynamicPluginsInfoContent = () => (
<>
<ContentHeader title="">
<SupportButton title="Support">Some placeholder text</SupportButton>
<SupportButton>All of the installed plugins</SupportButton>
</ContentHeader>
<DynamicPluginsTable />
</>
Expand Down

0 comments on commit 25e7a3e

Please sign in to comment.