summaryrefslogtreecommitdiff
path: root/components/Tweaks
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-10-14 16:31:14 +0200
committerThomas F. K. Jorna <[email protected]>2021-10-14 16:31:14 +0200
commitec64c190b634b3e5c429ae81d017b06fd926ca63 (patch)
treea545c7d3abd8095598f2219a82939aaa47f850a7 /components/Tweaks
parent28b76ba05d8c593ee5252299b0b177f2494004d4 (diff)
parent9e9e53a3d68e634362fe2338a9afa8f8be87f587 (diff)
Merge branch 'main' of https://github.com/org-roam/org-roam-ui
Diffstat (limited to 'components/Tweaks')
-rw-r--r--components/Tweaks/FilterPanel.tsx2
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' })