Skip to content

Commit a6dfdc1

Browse files
committed
Make WPT link external
Signed-off-by: Nico Burns <nico@nicoburns.com>
1 parent a8a4520 commit a6dfdc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/routes/wpt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ pub fn WptResultsPage(report: ArcWptReport, scores: ArcWptScores) -> Element {
7272
StatusTabs { current_tab: "wpt" }
7373
p {
7474
dangerous_inner_html: r#"
75-
This page documents Blitz's scores on the "css" subsuite of the <a href="https://github.com/web-platform-tests/wpt">Web Platform Tests</a>."#
75+
This page documents Blitz's scores on the "css" subsuite of the <a href="https://github.com/web-platform-tests/wpt" target="_blank">Web Platform Tests</a>."#
7676
}
7777
p {
7878
font_size: "smaller",

0 commit comments

Comments
 (0)