Skip to content

Commit

Permalink
update book URL
Browse files Browse the repository at this point in the history
  • Loading branch information
gbj committed Dec 1, 2023
1 parent d6e3d71 commit a36552c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/components/HeroHeader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pub fn HeroHeader() -> impl IntoView {
<div class="hidden lg:block">
<div class="flex gap-1 xl:gap-4 justify-center items-center">
<a
href="https://leptos-rs.github.io/leptos/"
href="https://book.leptos.dev"
class="font-bold transition-all text-white aria-[current]:bg-purple hover:bg-purple hover:bg-opacity-50 px-4 py-2 rounded-md "
>
"Book"
Expand Down Expand Up @@ -73,7 +73,7 @@ pub fn HeroHeader() -> impl IntoView {
<div class="max-w-4xl mx-auto mt-8 pb-16 lg:hidden">
<div class="flex flex-col gap-2">
<a
href="https://leptos-rs.github.io/leptos/"
href="https://book.leptos.dev"
class="font-bold transition-all text-white aria-[current]:bg-purple hover:bg-purple hover:bg-opacity-50 px-4 py-2 rounded-md "
>
"Book"
Expand Down Expand Up @@ -117,7 +117,7 @@ pub fn HeroHeader() -> impl IntoView {
"Video"
</a>
<a
href="https://leptos-rs.github.io/leptos/"
href="https://book.leptos.dev"
class="font-semibold text-lg py-2 px-4 text-purple bg-beige rounded-md shadow-[3px_3px_0px_#7e816e50] hover:saturate-200 transition-all"
>
"Documentation"
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Home.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ pub fn Home() -> impl IntoView {
</p>
<div class="w-full flex justify-center pb-16">
<a
href="https://leptos-rs.github.io/leptos/"
href="https://book.leptos.dev"
class="font-semibold text-eggshell text-2xl px-8 py-5 bg-gradient-to-r from-dark_blue to-purple rounded-md shadow-[3px_3px_0px_#0d0b29] hover:saturate-200 transition-all"
>
"Get Started"
Expand Down

0 comments on commit a36552c

Please sign in to comment.