diff --git a/src/Edelstein.Tools.ServerPatcher.Wasm/Pages/Patcher.razor b/src/Edelstein.Tools.ServerPatcher.Wasm/Pages/Patcher.razor
index c7812f4..d916e13 100644
--- a/src/Edelstein.Tools.ServerPatcher.Wasm/Pages/Patcher.razor
+++ b/src/Edelstein.Tools.ServerPatcher.Wasm/Pages/Patcher.razor
@@ -15,33 +15,33 @@
- @* *@
- @* @if (UseCustomApk) *@
- @* { *@
- @* *@
- @* *@
- @* *@
- @* Loaded file: @(_customApkOriginalFileName ?? "None")
*@
- @* *@
- @* *@
- @* *@
- @* *@
- @* You can drag and drop your .apk here, or to upload it. *@
- @* *@
- @* *@
- @* *@
- @* *@
- @* *@
- @* } *@
+
+ @if (UseCustomApk)
+ {
+
+
+
+ Loaded file: @(_customApkOriginalFileName ?? "None")
+
+
+
+
+ You can drag and drop your .apk here, or to upload it.
+
+
+
+
+
+ }