bug/67443 Use default scheme for secondary link as per designs (#21296)

This commit is contained in:
Kabiru Mwenja
2025-12-02 12:28:16 +03:00
committed by GitHub
parent 5292033e1b
commit 0ab03d60a9
@@ -44,7 +44,7 @@
).with_content(I18n.t("documents.document_categories_deprecation_notice.primary_action"))
component.with_secondary_action(
scheme: :secondary,
scheme: :default,
label: I18n.t("documents.document_categories_deprecation_notice.secondary_action"),
tag: :a,
href: OpenProject::Static::Links.url_for(:documents_docs)