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>2025-08-18 17:03:21 +1000
commitff715df3ccda51c1bb3d4b84f4391b4fdd1962dd (patch)
tree00cca236a9036896dc7a1d3688311c65f96159d8 /MainLayout.razor
parent4558ed9d6cbc59229cd56cc7a6c36b1df0b8199a (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"/>