diff --git a/ISSUES.md b/ISSUES.md index aa1cc707..57d6da9b 100644 --- a/ISSUES.md +++ b/ISSUES.md @@ -5,7 +5,7 @@ - [X] unpoly links on index page - [ ] overal re-structure using Site and Application -## Compoments +## Components - [X] Add esbild esbuild main.js --bundle --outfile=bundle.js --format=iife --global-name=MyLib --minify - [ ] use {{ debug }} to add min or not minified fiels diff --git a/demo/urls.py b/demo/urls.py index 5b5c44f9..71ee3fa0 100644 --- a/demo/urls.py +++ b/demo/urls.py @@ -7,7 +7,7 @@ import debug_toolbar cotton = Application( - title="Compoments", + title="Components", app_name="html", icon="layers", urlpatterns=[