Skip to content

Commit 919558f

Browse files
committed
Remove footer
1 parent b2d754f commit 919558f

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

src/shell.rs

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -46,23 +46,6 @@ fn Header() -> View {
4646
}
4747
}
4848

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-
6649
#[component]
6750
pub fn NotFound() -> View {
6851
view! {

0 commit comments

Comments
 (0)