diff --git a/crates/plcom/src/app.rs b/crates/plcom/src/app.rs index 9adf2f4..50b7e53 100644 --- a/crates/plcom/src/app.rs +++ b/crates/plcom/src/app.rs @@ -1,6 +1,7 @@ use crate::{ error_template::{AppError, ErrorTemplate}, - Link, UnderlineLink,pages::* + pages::*, + Link, UnderlineLink, }; use leptos::*; use leptos_meta::*; @@ -14,6 +15,8 @@ pub fn App() -> impl IntoView { let formatter = |text| format!("{text} — Philippe Loctaux"); view! { + + // sets the document title @@ -66,6 +69,3 @@ pub fn App() -> impl IntoView { } } - - - diff --git a/crates/plcom/src/common/link.rs b/crates/plcom/src/common/link.rs index a5ab605..2f42e4e 100644 --- a/crates/plcom/src/common/link.rs +++ b/crates/plcom/src/common/link.rs @@ -59,6 +59,7 @@ pub fn ButtonLink( } } - diff --git a/crates/plcom/src/pages/root/talks.rs b/crates/plcom/src/pages/root/talks.rs index 25d845c..a1b46b9 100644 --- a/crates/plcom/src/pages/root/talks.rs +++ b/crates/plcom/src/pages/root/talks.rs @@ -29,7 +29,7 @@ fn Talk(#[prop(into)] talk: MaybeSignal) -> impl IntoView { view! {
-

{talk.get().title}

+
{talk.get().title}