From b2bd9500c9794e90e3c35fa86a595eba7f01aa81 Mon Sep 17 00:00:00 2001 From: indaco Date: Mon, 6 May 2024 12:08:25 +0200 Subject: [PATCH] chore: fix typo in folder name for multiple dropdowns example --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 98ae722..17970eb 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ EXAMPLES := \ _examples/custom-button-icon \ _examples/go-html-template \ _examples/icon-only-button \ - _examples/multiple_dropdowns \ + _examples/multiple-dropdowns \ _examples/positioning \ _examples/theming \