diff options
Diffstat (limited to 'components/Tweaks')
-rw-r--r-- | components/Tweaks/FilterPanel.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/Tweaks/FilterPanel.tsx b/components/Tweaks/FilterPanel.tsx index 39233f9..827b8dd 100644 --- a/components/Tweaks/FilterPanel.tsx +++ b/components/Tweaks/FilterPanel.tsx @@ -132,7 +132,7 @@ const FilterPanel = (props: FilterPanelProps) => { ></Switch> </Flex> <Flex justifyContent="space-between"> - <Text>Non-existant nodes</Text> + <Text>Non-existent nodes</Text> <Switch onChange={() => { setTagColors({ ...tagColors, bad: 'white' }) |