From 681e285baee742af1a8e9626c775a9e8147a8d43 Mon Sep 17 00:00:00 2001 From: f <> Date: Fri, 20 Sep 2024 18:37:03 +0200 Subject: [PATCH] fix(react-router-busy): Add line about looking at the CSS file for what to style in your own app GitOrigin-RevId: af868d115173f25aa0b892072e9fbb90e5496170 --- .github/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index 4dccf4f..47106d9 100644 --- a/.github/README.md +++ b/.github/README.md @@ -18,7 +18,7 @@ For use with [react-router](https://github.com/remix-run/react-router) 6+ or [re ## The solution -If you'd like to see an example, check it out live on https://gitsell.dev +If you'd like to see an example, check it out live on https://gitsell.dev. Also see react-router-busy/src/busy.module.css for an example of what to target to style the various busy states. ### BusyForm