From b4a9db51be23b97111054a54f817ad844b2b809c Mon Sep 17 00:00:00 2001 From: JackSpagnoli Date: Fri, 29 Dec 2023 01:07:49 +0000 Subject: [PATCH] chore: fix broken tailwind example repo link (#2138) --- leptos/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/leptos/src/lib.rs b/leptos/src/lib.rs index 02d98908b7..0d208a21a4 100644 --- a/leptos/src/lib.rs +++ b/leptos/src/lib.rs @@ -57,8 +57,8 @@ //! [`todo_app_sqlite_axum`](https://github.com/leptos-rs/leptos/tree/main/examples/todo_app_sqlite_axum), and //! [`todo_app_sqlite_viz`](https://github.com/leptos-rs/leptos/tree/main/examples/todo_app_sqlite_viz) //! show how to build a full-stack app using server functions and database connections. -//! - [`tailwind`](https://github.com/leptos-rs/leptos/tree/main/examples/tailwind) shows how to integrate -//! TailwindCSS with `cargo-leptos`. +//! - [`tailwind`](https://github.com/leptos-rs/leptos/tree/main/examples/tailwind_csr) shows how to integrate +//! TailwindCSS with `trunk` for CSR. //! //! Details on how to run each example can be found in its README. //!