diff --git a/8Knot/pages/codebase/codebase.py b/8Knot/pages/codebase/codebase.py index 4979461a..43a36a2e 100644 --- a/8Knot/pages/codebase/codebase.py +++ b/8Knot/pages/codebase/codebase.py @@ -16,14 +16,14 @@ [ dbc.Row( [ - dbc.Col(gc_cntrb_file_heatmap, width=12), + dbc.Col(gc_contribution_file_heatmap, width=12), ], align="center", style={"marginBottom": ".5%"}, ), dbc.Row( [ - dbc.Col(gc_contribution_file_heatmap, width=12), + dbc.Col(gc_cntrb_file_heatmap, width=12), ], align="center", style={"marginBottom": ".5%"},