From f7ffc3dfaa475c6f413b1b9d7fdbced6d1d28df3 Mon Sep 17 00:00:00 2001 From: Maxim Tsoy Date: Thu, 19 Dec 2024 13:53:21 +0100 Subject: [PATCH 1/2] fix the back link in autoconsent index --- features/autoconsent/autoconsent-index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/autoconsent/autoconsent-index.html b/features/autoconsent/autoconsent-index.html index d760220..d957f91 100644 --- a/features/autoconsent/autoconsent-index.html +++ b/features/autoconsent/autoconsent-index.html @@ -6,7 +6,7 @@ Autoconsent Feature Tests -

[Home][Autoconsent Feature Tests]

+

[Home][Autoconsent Feature Tests]

Autoconsent Feature Tests

From fc19d23adc5614377d4c15656674ad68a79a7774 Mon Sep 17 00:00:00 2001 From: Maxim Tsoy Date: Thu, 19 Dec 2024 13:56:06 +0100 Subject: [PATCH 2/2] Fix typo in codeowners --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 3f2b241..0b7f3f4 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -14,4 +14,4 @@ /privacy-protections/ @sammacbeth @kdzwinel @jonathanKingston # Cookie Prompt Managment 🍪 -/features/autoconset/ @muodov @sammacbeth +/features/autoconsent/ @muodov @sammacbeth