Skip to content

Commit f7e87cf

Browse files
committed
Remove footer
1 parent b2d754f commit f7e87cf

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

src/shell.rs

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ pub fn Route(route: ReadSignal<Routes>) -> View {
2323
},
2424
})
2525
}
26-
Footer()
2726
}
2827
}
2928
}
@@ -46,23 +45,6 @@ fn Header() -> View {
4645
}
4746
}
4847

49-
#[component]
50-
fn Footer() -> View {
51-
view! {
52-
footer(class="p-2 bg-slate-900 text-xs font-mono") {
53-
div(class="flex flex-row justify-between") {
54-
div { "© 2025 Luke Chu" }
55-
div(class="text-[9pt]") {
56-
"Made with "
57-
a(class="hover:underline font-bold text-red-200", href="https://rust-lang.org") { "Rust" }
58-
" and "
59-
a(class="hover:underline font-bold text-red-200", href="https://github.com/sycamore-rs/sycamore") { "Sycamore" }
60-
}
61-
}
62-
}
63-
}
64-
}
65-
6648
#[component]
6749
pub fn NotFound() -> View {
6850
view! {

0 commit comments

Comments
 (0)