ci(fix): Dockerfile entrypoint #4

Merged
sharang merged 6 commits from feat/CAI-12 into main 2026-02-18 15:38:06 +00:00
Showing only changes of commit f2c54acfd5 - Show all commits

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> {} }
}
}