Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleJu committed Jan 6, 2025
1 parent 76ac692 commit 8d71cf3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client-src/elements/chromedash-form-field.ts
Original file line number Diff line number Diff line change
Expand Up @@ -470,12 +470,14 @@ export class ChromedashFormField extends LitElement {
? html`
<tr>
<td colspan="2" class="webdx">
See web feature
<a
href="https://webstatus.dev/features/${this.value}"
target="_blank"
>
See feature ${this.value} in Web Platform Status
${this.value}
</a>
in webstatus.dev
</td>
</tr>
`
Expand Down

0 comments on commit 8d71cf3

Please sign in to comment.