Skip to content

Commit

Permalink
fix the back link in autoconsent index (#252)
Browse files Browse the repository at this point in the history
* fix the back link in autoconsent index

* Fix typo in codeowners
  • Loading branch information
muodov authored Dec 19, 2024
1 parent 6a93536 commit ea8c030
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
/privacy-protections/ @sammacbeth @kdzwinel @jonathanKingston

# Cookie Prompt Managment 🍪
/features/autoconset/ @muodov @sammacbeth
/features/autoconsent/ @muodov @sammacbeth
2 changes: 1 addition & 1 deletion features/autoconsent/autoconsent-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Autoconsent Feature Tests</title>
</head>
<body>
<p><a href="../">[Home]</a><strong>[Autoconsent Feature Tests]</strong></p>
<p><a href="../../">[Home]</a><strong>[Autoconsent Feature Tests]</strong></p>

<h1>Autoconsent Feature Tests</h1>

Expand Down

0 comments on commit ea8c030

Please sign in to comment.