diff --git a/web/src/lib.rs b/web/src/lib.rs index 5e20ae1..4058d57 100644 --- a/web/src/lib.rs +++ b/web/src/lib.rs @@ -364,7 +364,12 @@ pub fn InlineActivity(activity: serde_json::Value) -> impl IntoView { #[component] pub fn About() -> impl IntoView { view! { -

pick a timeline to start browsing

+
+
landing
+
+ nothing to see here! pick a timeline to start browsing +
+
} } diff --git a/web/src/main.rs b/web/src/main.rs index 365c676..ba04d16 100644 --- a/web/src/main.rs +++ b/web/src/main.rs @@ -43,6 +43,7 @@ fn main() {

nothing to see here!

@@ -79,7 +80,6 @@ fn main() { } /> - } />