style: fix RSX formatting in app.rs
Some checks failed
CI / Format (push) Successful in 7m18s
CI / Clippy (push) Successful in 2m33s
CI / Tests (push) Successful in 3m5s
CI / Build & Push Image (push) Failing after 8m3s
CI / Changelog (push) Failing after 1m29s
CI / Security Audit (push) Successful in 1m53s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Sharang Parnerkar
2026-02-18 12:56:21 +01:00
parent 79690295fd
commit f2c54acfd5

View File

@@ -41,8 +41,6 @@ pub fn App() -> Element {
document::Link { rel: "stylesheet", href: GOOGLE_FONTS }
document::Link { rel: "stylesheet", href: TAILWIND_CSS }
document::Link { rel: "stylesheet", href: MAIN_CSS }
div { "data-theme": "certifai-dark",
Router::<Route> {}
}
div { "data-theme": "certifai-dark", Router::<Route> {} }
}
}