diff options
Diffstat (limited to 'frontend/src/components/store')
| -rw-r--r-- | frontend/src/components/store/Store.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/store/Store.tsx b/frontend/src/components/store/Store.tsx index ffad5426..fc95fcd5 100644 --- a/frontend/src/components/store/Store.tsx +++ b/frontend/src/components/store/Store.tsx @@ -56,7 +56,7 @@ export function requestLegacyPluginInstall(plugin: LegacyStorePlugin, selectedVe // do nothing }} > - <div className={staticClasses.Title} style={{ flexDirection: 'column' }}> + <div className={staticClasses.Title} style={{ flexDirection: 'column', boxShadow: 'unset' }}> Using legacy plugins </div> You are currently installing a <b>legacy</b> plugin. Legacy plugins are no longer supported and may have issues. |
