Skip to content

Commit f7cff20

Browse files
committed
fix: button type for cookie consent opt out is now a button
1 parent 5b43824 commit f7cff20

File tree

1 file changed

+1
-0
lines changed
  • packages/component-header-footer/src/footer/components/Legal

1 file changed

+1
-0
lines changed

packages/component-header-footer/src/footer/components/Legal/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ const Legal = () => {
9090
Privacy
9191
</a>
9292
<button
93+
type="button"
9394
id="manualConsentoptout"
9495
className="nav-link text-gray-5 text-align-right"
9596
>

0 commit comments

Comments
 (0)