Improve style

This commit is contained in:
Florian RICHER 2023-12-09 19:44:55 +01:00
parent 48f3c27a20
commit 264f34cc81
5 changed files with 23 additions and 4 deletions

View file

@ -80,7 +80,7 @@ pub fn PostElement() -> impl IntoView {
};
view! {
<Suspense fallback=move || view! { <Loading title="Chargement des posts...".to_string() /> }>
<Suspense fallback=move || view! { <Loading title="Chargement du post...".to_string() /> }>
<main class="post">
{post_view}
<script>load();</script>