diff --git a/app/components/create_log_actions_component.html.erb b/app/components/create_log_actions_component.html.erb index a0a87e44f..ece8af2a8 100644 --- a/app/components/create_log_actions_component.html.erb +++ b/app/components/create_log_actions_component.html.erb @@ -9,9 +9,9 @@ <% end %> <% if FeatureToggle.create_test_logs_enabled? %> - <%= govuk_link_to "Create test log", create_test_log_href, secondary: true %> - <%= govuk_link_to "Create test log (setup only)", create_setup_test_log_href, secondary: true %> - <%= govuk_link_to "Create test BU file (2024)", create_2024_test_bulk_upload_href, secondary: true %> + <%= govuk_link_to "Create test log", create_test_log_href %> + <%= govuk_link_to "Create test log (setup only)", create_setup_test_log_href %> + <%= govuk_link_to "Create test BU file (2024)", create_2024_test_bulk_upload_href %> <% end %> <% end %>