From 88cbbe00390e0e64e8f23cfe25e879151db0f3f1 Mon Sep 17 00:00:00 2001 From: "Kent C. Dodds" Date: Thu, 4 Jan 2024 13:40:46 -0700 Subject: [PATCH] Update examples.md --- docs/examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples.md b/docs/examples.md index 5653e65b..28b1c197 100644 --- a/docs/examples.md +++ b/docs/examples.md @@ -82,7 +82,7 @@ This page links to examples of how to implement some things with the Epic Stack. [Query API](https://github.com/gc-victor/query/blob/main/README.md#apis), [Query Funcions](https://github.com/gc-victor/query?tab=readme-ov-file#function) and [Query Studio](https://github.com/gc-victor/query-studio). -- [`has-js` class](https://github.com/kentcdodds/epic-stack-example-has-js-class) +- [`has-js` class](https://github.com/epicweb-dev/epic-stack-example-has-js-class) by [@kentcdodds](https://github.com/kentcdodds): An example of adding a `has-js` class on the `` element so you can use that to easily display different content for users who do not have JavaScript enabled.