diff options
| author | Jake Mannens <jake@asger.xyz> | 2026-05-24 01:25:02 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2026-06-15 10:45:44 +1000 |
| commit | 70c82c741c27c2da13b8df628a6f3ba175f156bc (patch) | |
| tree | 7830f378972bcdab65000761574d12c315244d4c /Pages/Component/Switch.razor | |
| parent | 053d3205b3e209179cf1513b952430cd09aa924b (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 |
