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
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:
@@ -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> {} }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user