@deeeed/metamask-harness 0.34.4 → 0.35.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,7 +5,8 @@
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1">
6
6
  <title>V7 — A ticket end to end</title>
7
7
  <meta name="description" content="One real ticket from assignment to a pull request that carries proof, and what the reviewer sees.">
8
- <link rel="stylesheet" href="../assets/style.css">
8
+ <link rel="icon" href="../assets/metamask-fox.svg" type="image/svg+xml">
9
+ <link rel="stylesheet" href="../assets/style.css?v=4">
9
10
  </head>
10
11
  <body data-progress-page="v7">
11
12
  <a class="skip" href="#steps">Skip to the checklist</a>
@@ -13,18 +14,16 @@
13
14
  <header class="topbar">
14
15
  <div class="wrap topbar-inner">
15
16
  <a class="brand" href="../index.html">
16
- <span class="brand-mark" aria-hidden="true"></span>
17
+ <img class="brand-mark" src="../assets/metamask-fox.svg" alt="" width="22" height="22">
17
18
  <span class="brand-name">recipes</span>
18
19
  </a>
19
20
  <nav class="nav" aria-label="Main">
20
21
  <a class="nav-cta" href="../index.html#prompt">Quick start</a>
21
22
  <a href="../how-it-works.html">How it works</a>
22
- <a href="../recipes.html">Recipe anatomy</a>
23
- <a href="../perps.html">Perps</a>
23
+ <a href="../perps.html">Team / Perps</a>
24
24
  <a href="../cheatsheet.html">Cheatsheet</a>
25
25
  <a href="../architecture.html">Architecture</a>
26
26
  <a href="index.html" aria-current="page">Tutorials</a>
27
- <a href="../reviewers.html">For Reviewers</a>
28
27
  </nav>
29
28
  </div>
30
29
  </header>
@@ -181,6 +180,6 @@
181
180
  </div>
182
181
  </footer>
183
182
 
184
- <script type="module" src="../assets/progress.mjs"></script>
183
+ <script type="module" src="../assets/progress.mjs?v=4"></script>
185
184
  </body>
186
185
  </html>