Skip to content

Commit

Permalink
Remove redundant className
Browse files Browse the repository at this point in the history
  • Loading branch information
huong-li-nguyen committed Apr 9, 2024
1 parent dec7037 commit 5ee7cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vizro-core/src/vizro/models/_dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def _make_page_404_layout():
],
className="error_text_container",
),
dbc.Button("Take me home", href=get_relative_path("/"), className="button_primary"),
dbc.Button("Take me home", href=get_relative_path("/")),
],
className="error_content_container",
),
Expand Down

0 comments on commit 5ee7cb3

Please sign in to comment.