diff options
| author | Jake Mannens <jake@asger.xyz> | 2026-05-24 01:25:02 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2026-06-11 01:13:32 +1000 |
| commit | dd31f7352cd170616f03b1af301d4d2597ac3966 (patch) | |
| tree | df4119b94ae8a20474d945ff9d363e07fae75ee8 /Pages/Component/Switch.razor | |
| parent | 34582508912d9385de897bce0f2c4cc484d7e8ce (diff) | |
Modified Razor pages and components to temporarily allow them to compile
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 |
