Skip to content

Commit d7c007e

Browse files
committed
revert changes in core
1 parent 23e977d commit d7c007e

File tree

121 files changed

+2
-80
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

121 files changed

+2
-80
lines changed

vizro-core/examples/visual-vocabulary/vizro_visual_vocabulary/app.py vizro-core/examples/visual-vocabulary/app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def make_navlink(chart_group: ChartGroup) -> vm.NavLink:
115115
["Made with ", html.Img(src=get_asset_url("logo.svg"), id="banner", alt="Vizro logo"), "vizro"],
116116
href="https://github.com/mckinsey/vizro",
117117
target="_blank",
118-
className="anchor-container",
118+
class_name="anchor-container",
119119
)
120120
)
121121

vizro-core/examples/visual-vocabulary/vizro_visual_vocabulary/custom_components.py vizro-core/examples/visual-vocabulary/custom_components.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def build(self):
2828
],
2929
href=f"https://py.cafe/snippet/vizro/v1#code={quote(self.code)}",
3030
target="_blank",
31-
className="pycafe-link",
31+
class_name="pycafe-link",
3232
)
3333

3434
return html.Div(
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
"""Pages module for Visual Vocabulary."""
2-
31
# TODO: eventually deduplicate page generation into a function rather than copying and pasting across files?

vizro-core/examples/visual-vocabulary/pyproject.toml

-31
This file was deleted.

vizro-core/examples/visual-vocabulary/vizro_visual_vocabulary/__init__.py

-3
This file was deleted.

vizro-core/examples/visual-vocabulary/vizro_visual_vocabulary/utils.py

-42
This file was deleted.

0 commit comments

Comments
 (0)