diff options
Diffstat (limited to 'src')
| -rwxr-xr-x | src/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.tsx b/src/index.tsx index 18fb0a5..2e1b383 100755 --- a/src/index.tsx +++ b/src/index.tsx @@ -86,7 +86,7 @@ function FGModInstallerSection() { }; return ( - <PanelSection title="FG Mod Installer"> + <PanelSection> {pathExists !== null && ( <PanelSectionRow> <div style={{ color: pathExists ? "green" : "red" }}> |
