Skip to content

Commit

Permalink
fix: references ui
Browse files Browse the repository at this point in the history
  • Loading branch information
dancixx committed Feb 11, 2025
1 parent 15e0e0e commit ca6cad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/references.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pub fn component() -> impl IntoView {
let references = Resource::new_blocking(|| (), move |_| async move { select_references().await });

div().class("container py-12 px-4 mx-auto").child((
section().id("about").class("mx-auto mb-16 max-w-4xl text-center").child((
section().id("about").class("mx-auto mb-16 max-w-4xl text-left").child((
h1().class("mb-8 text-5xl font-bold md:text-7xl text-[#ffef5c]").child("Our Project References"),
p().class("mb-8 text-lg text-gray-300 md:text-xl").child("Explore our portfolio of successful projects. We specialize in building high-performance, reliable systems that make a real impact."),
)),
Expand Down

0 comments on commit ca6cad2

Please sign in to comment.