diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2026-04-03 10:10:36 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2026-04-03 10:10:36 -0400 |
| commit | d845c74d039fd08449ce723d25958cd96a72ee06 (patch) | |
| tree | 1bbf3a7bb87418f475bf47af174fa8158b34edb7 /src/components/ResultDisplay.tsx | |
| parent | 3d813ea87335298be5a47de3441f410651851b71 (diff) | |
| download | Decky-Framegen-d845c74d039fd08449ce723d25958cd96a72ee06.tar.gz Decky-Framegen-d845c74d039fd08449ce723d25958cd96a72ee06.zip | |
chore: remove all emojis from source files
Diffstat (limited to 'src/components/ResultDisplay.tsx')
| -rw-r--r-- | src/components/ResultDisplay.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/ResultDisplay.tsx b/src/components/ResultDisplay.tsx index bcd66c0..b54e41d 100644 --- a/src/components/ResultDisplay.tsx +++ b/src/components/ResultDisplay.tsx @@ -19,13 +19,13 @@ export const ResultDisplay: FC<ResultDisplayProps> = ({ result }) => { <div style={isSuccess ? STYLES.statusInstalled : STYLES.statusNotInstalled}> {isSuccess ? ( <> - ✅ {result.output?.includes("uninstall") || result.output?.includes("remov") + {result.output?.includes("uninstall") || result.output?.includes("remov") ? "OptiScaler mod removed successfully" : "OptiScaler mod installed successfully"} </> ) : ( <> - ❌ <strong>Error:</strong> {result.message || "Operation failed"} + <strong>Error:</strong> {result.message || "Operation failed"} </> )} {result.output && !isSuccess && ( |
