Skip to content

Commit 8b78fb1

Browse files
committed
Shorten tab name
Signed-off-by: Nico Burns <nico@nicoburns.com>
1 parent b52e2ce commit 8b78fb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/routes/support_matrix.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ pub fn StatusTabs(current_tab: &'static str) -> Element {
6161
},
6262
Tab {
6363
href: "/status/wpt",
64-
label: "WPT Test results",
64+
label: "WPT Tests",
6565
},
6666
];
6767

0 commit comments

Comments
 (0)