Skip to content

Commit

Permalink
Copy boostrap themes and icons to local assets (for offline use) (#60)
Browse files Browse the repository at this point in the history
* Copy boostrap themes and icon fonts to local assets (for offline use)
  • Loading branch information
bjornandre authored Sep 14, 2022
1 parent bec8012 commit c850321
Show file tree
Hide file tree
Showing 5 changed files with 1,711 additions and 1 deletion.
1 change: 0 additions & 1 deletion datadoc/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def build_app(dash_class: Type[Dash]) -> Dash:
app = dash_class(
name=NAME,
title=NAME,
external_stylesheets=[dbc.themes.BOOTSTRAP, dbc.icons.BOOTSTRAP],
assets_folder=f"{os.path.dirname(__file__)}/assets",
)

Expand Down
Loading

0 comments on commit c850321

Please sign in to comment.