summaryrefslogtreecommitdiff
path: root/MainLayout.razor
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2023-08-22 10:00:21 +1000
committerJake Mannens <jake@asger.xyz>2023-08-22 10:00:21 +1000
commitbe4496b110e68e2c5a8f76f8ed770e9818befd68 (patch)
tree25f597f34eaf357bd90a5b6b9b5440b7bf699ce1 /MainLayout.razor
parentc29bdd4a9ec782411f57e3c798e1bb01ca7d417d (diff)
Finalised initial implementation of NSFW tag filtering
Diffstat (limited to 'MainLayout.razor')
-rw-r--r--MainLayout.razor2
1 files changed, 1 insertions, 1 deletions
diff --git a/MainLayout.razor b/MainLayout.razor
index 7720fe2..714c925 100644
--- a/MainLayout.razor
+++ b/MainLayout.razor
@@ -10,7 +10,7 @@
<p id="nsfw-label">NSFW</p>
<div id="nsfw-switch">
- <Switch/>
+ <NsfwSwitch/>
</div>
<form action="/Gallery" method="get">
<input type="text" name="q" placeholder="Search"/>