From 5e69ce2cf8b818390203f0e2e14c2e9427a7ff11 Mon Sep 17 00:00:00 2001 From: Adrian Roselli Date: Mon, 31 Oct 2022 03:20:02 -0400 Subject: [PATCH] Fixed the demo 404 (#8958) The URL was missing an 's'. --- src/site/content/en/blog/building-a-tooltip-component/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/content/en/blog/building-a-tooltip-component/index.md b/src/site/content/en/blog/building-a-tooltip-component/index.md index f2c03d378fd..a255d260ec1 100644 --- a/src/site/content/en/blog/building-a-tooltip-component/index.md +++ b/src/site/content/en/blog/building-a-tooltip-component/index.md @@ -16,7 +16,7 @@ tags: --- In this post I want to share my thoughts on how to build a color-adaptive and accessible `` custom element. [Try the -demo](https://gui-challenges.web.app/tooltip/dist/) and [view the +demo](https://gui-challenges.web.app/tooltips/dist/) and [view the source](https://github.com/argyleink/gui-challenges)!