Skip to content

Commit

Permalink
fix: replaced dash with underscore in unpkg.
Browse files Browse the repository at this point in the history
  • Loading branch information
cfloressuazo committed Nov 16, 2023
1 parent 3784754 commit 1f2ee2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dash_loading_spinners/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

_this_module = _sys.modules[__name__]

_unpkg = f'https://unpkg.com/dash-loading-spinners@{__version__}/dash_loading_spinners/'
_unpkg = f'https://unpkg.com/dash_loading_spinners@{__version__}/dash_loading_spinners/'


_js_dist = [
Expand Down

0 comments on commit 1f2ee2f

Please sign in to comment.