diff options
Diffstat (limited to 'components')
-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 ebe48a2..e375e31 100644 --- a/components/Tweaks/FilterPanel.tsx +++ b/components/Tweaks/FilterPanel.tsx @@ -143,7 +143,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' }) |