diff options
Diffstat (limited to 'Pages/Component/Switch.razor')
| -rw-r--r-- | Pages/Component/Switch.razor | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Pages/Component/Switch.razor b/Pages/Component/Switch.razor index d11ac81..5264094 100644 --- a/Pages/Component/Switch.razor +++ b/Pages/Component/Switch.razor @@ -1,6 +1,4 @@ -<link rel="stylesheet" href="@(nameof(HyperBooru)).styles.css"/> - -<label> +<label> <input type="checkbox" checked=@InitialValue |
