summaryrefslogtreecommitdiff
path: root/src/components/CustomPathOverride.tsx
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2026-04-03 10:10:36 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2026-04-03 10:10:36 -0400
commitd845c74d039fd08449ce723d25958cd96a72ee06 (patch)
tree1bbf3a7bb87418f475bf47af174fa8158b34edb7 /src/components/CustomPathOverride.tsx
parent3d813ea87335298be5a47de3441f410651851b71 (diff)
downloadDecky-Framegen-d845c74d039fd08449ce723d25958cd96a72ee06.tar.gz
Decky-Framegen-d845c74d039fd08449ce723d25958cd96a72ee06.zip
chore: remove all emojis from source files
Diffstat (limited to 'src/components/CustomPathOverride.tsx')
-rw-r--r--src/components/CustomPathOverride.tsx4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/components/CustomPathOverride.tsx b/src/components/CustomPathOverride.tsx
index 14a0905..4effc6c 100644
--- a/src/components/CustomPathOverride.tsx
+++ b/src/components/CustomPathOverride.tsx
@@ -239,9 +239,7 @@ export const ManualPatchControls = ({ isAvailable, onManualModeChange, dllName }
<Field
label="Picker error"
description={pickerState.lastError}
- >
- ⚠️
- </Field>
+ />
</PanelSectionRow>
)}